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 understand that only sponsored issues will be worked on and that if I wish to sponsor an issue, I will contact the owner FIRST.
Describe the issue
Hi, i'd like to clear the input if a "no complete" date is inserted or in general on error trigger... for example if I manually insert "12" instead "12/12/2024", i want the input field clear byself.
Actually i need to add to all my pickers (in every page of my webapp - about 100 pickers :( ... ) this piece of code (see example provided):
Is there an option to automatically do it?
For example:
clearOnError: true
Or Maybe a global configuration I can create in a common.js file, to write 1 times instead 100+ times (for every picker i have)? Because in every page of my webapp there are multiple pickers so each has his own different name like: contractDatePicker, InvoiceDatePicker, expireDatePicker.....
Prerequisites
Describe the issue
Hi, i'd like to clear the input if a "no complete" date is inserted or in general on error trigger... for example if I manually insert "12" instead "12/12/2024", i want the input field clear byself.
Actually i need to add to all my pickers (in every page of my webapp - about 100 pickers :( ... ) this piece of code (see example provided):
Is there an option to automatically do it?
For example:
clearOnError: true
Or Maybe a global configuration I can create in a common.js file, to write 1 times instead 100+ times (for every picker i have)? Because in every page of my webapp there are multiple pickers so each has his own different name like: contractDatePicker, InvoiceDatePicker, expireDatePicker.....
Thanks
StackBlitz fork
https://stackblitz.com/edit/tempus-dominus-v6-simple-jquery-setup-keeafn?file=index.js,index.html
What operating system(s) are you seeing the problem on?
Windows, macOS, Android, iOS, Linux
What browser(s) are you seeing the problem on?
Firefox
What version of are you using? You can find this information from the sample StackBlitz.
6.9.4
What your browser's locale? You can find this information from the sample StackBlitz.
it
The text was updated successfully, but these errors were encountered: