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
Hello,
Each time i trigger a JS function, it open the datepicker popup. Any idea ?
Like in a simple form, i choose a date with datepicker, i fill 4 or 5 input text, and i choose a picture in a inputfile, when i select my picture and come back on form the popup datepicker is triggered :(
Thanks !
The text was updated successfully, but these errors were encountered:
I guess the datepicker's input field is receiving the focus after selecting a picture in the file input field for some reason. (maybe the date input is the first input element of the form?)
How to solve it depends on how your form is made. It seems like you have something that moves the focus automatically to the first input of a form when a file is selected or the form or its parent is shown/focused. You may need to disable it.
Hello,
Each time i trigger a JS function, it open the datepicker popup. Any idea ?
Like in a simple form, i choose a date with datepicker, i fill 4 or 5 input text, and i choose a picture in a inputfile, when i select my picture and come back on form the popup datepicker is triggered :(
Thanks !
The text was updated successfully, but these errors were encountered: