Client Side Validation gem - adding custom validator for select
12 views
Skip to first unread message
Mayur Khatri
unread,
Jul 10, 2014, 7:33:10 AM7/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Dear All,
I have two select tags. Start time and end time select tag. I am using client side validation gem in the form. I need to check if the start time select tag has value less than the end time select tag, using a custom validator.
Is there a way to achieve this in the client_side_validation gem. Or is there any other better way to do it. I need error message just like the client side validation gem.