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
Autofill from the browser through forms (autofill a text input will fill a multiselect down below in form) does not work.
The UI appears to have the value but when queried through Javascript or Jquery, it does not have the value in the input form. On form submission, it also does not have the value. Using select, it shows the incorrect value that is autofilled to the user and the actual value is different.
Let me know if there are any questions or an example is needed.
Mdb Versions With issue: 6.4.2 and 7.3.2
Any ideas if there is a workaround or if this issue is known?
Thanks!
The text was updated successfully, but these errors were encountered:
warleysa
changed the title
Autofill from Browser does not Work in Edge Browser with Select (and MultiSelect)
Autofill from Edge Browser does not Work in Browser with Select (and MultiSelect)
Jul 18, 2024
Select does not react to default browser input methods. The only way to change it's value (beside selecting new value via mouse) is using setValue method.
You can either block default autofill behavior for select or listen to it and use setValue to set value provided bu autofill.
Autofill from the browser through forms (autofill a text input will fill a multiselect down below in form) does not work.
The UI appears to have the value but when queried through Javascript or Jquery, it does not have the value in the input form. On form submission, it also does not have the value. Using select, it shows the incorrect value that is autofilled to the user and the actual value is different.
Let me know if there are any questions or an example is needed.
Mdb Versions With issue: 6.4.2 and 7.3.2
Any ideas if there is a workaround or if this issue is known?
Thanks!
The text was updated successfully, but these errors were encountered: