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
If I use browsers autofill functionality (doubleclick on formfield, select previously filled value from dropdown) the form field object is not updated.
I.e., after doing the above and submitting, the filed(s) and the current object fields filled as above are empty. The onchange event is not triggered. This is happening with Firefox at least.
The text was updated successfully, but these errors were encountered:
Nrde
changed the title
forvalues object is not updated if browser "autofill" is used
formvalues object is not updated if browser "autofill" is used
Mar 16, 2021
Still happens in Firefox. More precisely, the values will not update using browser autofill or using field suggestions. But if you submit the form, the corresponding values are as filled in.
However, the problem as the values are only submitValues are up to date, but not formValues, form validation is hindered and if you don't use submit, then you have incomplete values.
If I use browsers autofill functionality (doubleclick on formfield, select previously filled value from dropdown) the form field object is not updated.
I.e., after doing the above and submitting, the filed(s) and the current object fields filled as above are empty. The onchange event is not triggered. This is happening with Firefox at least.
The text was updated successfully, but these errors were encountered: