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
We're looking to ditch datepicker since modern browsers implement this on the correctly typed html5 inputs.
I made a few tweaks with this in mind, sadly, the only "reliable" way to do it is to clone the value input, change the type and inject the clone, I'm wondering if anyone could see any reason why this wouldn't work?
Thanks, I've merged PR #12 now so this work is freer to move forward. I'm in favour of what you've suggested above and can't see a better way to do it right now. Do you want to wrap up a pull request with the relevant work and we'll look to merge it in. Thanks again. Steve
We're looking to ditch datepicker since modern browsers implement this on the correctly typed html5 inputs.
I made a few tweaks with this in mind, sadly, the only "reliable" way to do it is to clone the value input, change the type and inject the clone, I'm wondering if anyone could see any reason why this wouldn't work?
https://github.com/Guestfolio/ransack_ui/tree/html5
(this relies on #12 being merged)
The text was updated successfully, but these errors were encountered: