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
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
I'm currently trying to implement the fancy select jQuery plugin.
I run into a problem.
It seems the script don't accept a number start with a "0".
I want to add the script as a way to select a time range from 0 to 60 minutes.
How can I solve this?
Thanks in advance.
Kind regards,
Stefan van Daalen
The text was updated successfully, but these errors were encountered:
I'm having this issue too. So if you have a select for say month.
If your values for your months are: 01, 02, 03 etc. Then fancyselect doesn't work.
If you remove the leading 0 from your values, eg. 1, 2, 3 etc then it does.
Hello,
I'm currently trying to implement the fancy select jQuery plugin.
I run into a problem.
It seems the script don't accept a number start with a "0".
I want to add the script as a way to select a time range from 0 to 60 minutes.
How can I solve this?
Thanks in advance.
Kind regards,
Stefan van Daalen
The text was updated successfully, but these errors were encountered: