Formtastic currently automatically creates a range of 1..59 for datetime inputs.
But what if I wanted the datetime minute options to be 0, 15, 30, 45?
Is there a way I can set the collection for a datetime in Formastic?
Thanks in advance
|
Formtastic currently automatically creates a range of 1..59 for datetime inputs. But what if I wanted the datetime minute options to be 0, 15, 30, 45? Is there a way I can set the collection for a datetime in Formastic? Thanks in advance | |||
|
feedback
|
|
You can try to use
Look at select_minute Rails method docs and time_select. Looks like Formtastic uses Rails | |||
|
feedback
|
|
This may be helpful | |||
|
feedback
|