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'm using rails default form helper along with date_picker. This is my usage of schedulable. <%= f.schedule_select :schedule,input_types: {date: :date_picker, time: :time_picker, datetime: :datetime_picker}, style: :bootstrap, until: true, count: true%>
I'm still getting the default date and time pickers instead of bootstrap's date and time pickers. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
@sureshprasanna70 So some of the different style types work and some others do not. I was able to get it working as a flatpicr. I also had to use the master branch, I think the latest release is at least a year behind master: gem 'schedulable', branch: 'master', git: 'git://github.com/benignware/schedulable.git'
I'm using rails default form helper along with date_picker. This is my usage of schedulable.
<%= f.schedule_select :schedule,input_types: {date: :date_picker, time: :time_picker, datetime: :datetime_picker}, style: :bootstrap, until: true, count: true%>
I'm still getting the default date and time pickers instead of bootstrap's date and time pickers. What am I doing wrong?
The text was updated successfully, but these errors were encountered: