-
Notifications
You must be signed in to change notification settings - Fork 1k
Multiple input formats support #496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There are a couple new options in the dev branch which may help with this, but short answer at this point is no. In the dev branch you will find:
|
I see... |
Maybe I rename the option to "parse", and options could be "strict", "loose", or you can pass a function and it will be used? (Just brainstorming, its in dev so making changes is easiest now..) This is how the controleType works, pass "slider", "select" or an object that has the needed functions to create, update, and modify the controls. |
Good idea. |
hi, which settings i must set in the script when i want to change the timeformat global? could you help me? |
timeFormat option will format the input |
ok thanks for your help! |
Any chance to add multiple formats support?
So user would be able to enter 10:42, 10.42, 10 42, 1042 and still get the correct time in the field?
The text was updated successfully, but these errors were encountered: