You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have date_picker_input.rb and time_picker_input.rb in app/inputs, and I'd like schedule_input.rb to use them, rather than having separate dropdowns for year, month, day, hour, and minute. It looks like I would need to modify schedule_input.rb on lines 45 & 79, but I'm having difficulty getting it to work. How would you go about making schedule_input.rb render a date picker and a time picker instead?
The text was updated successfully, but these errors were encountered:
I have date_picker_input.rb and time_picker_input.rb in app/inputs, and I'd like schedule_input.rb to use them, rather than having separate dropdowns for year, month, day, hour, and minute. It looks like I would need to modify schedule_input.rb on lines 45 & 79, but I'm having difficulty getting it to work. How would you go about making schedule_input.rb render a date picker and a time picker instead?
The text was updated successfully, but these errors were encountered: