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
Multiple form field elements in the same form have the same id attribute value. This might prevent the browser from correctly autofilling the form
#288
Open
olekstomek opened this issue
Apr 30, 2024
· 1 comment
Duplicate form field id in the same form
Multiple form field elements in the same form have the same id attribute value. This might prevent the browser from correctly autofilling the form.
To fix this issue, use unique id attribute values for each form field.
It is about input for WiFi network name (selector #ssid) and input for password (selector #password).
This doesn't seem to be a serious problem until we change the additional cards to print (selector #TextInputField-2) field to a larger value, say 99 or set big value like 999. Then web browser (and website) has lags and it is possible not response:
The problem is because number of elements in the same form have the same id attribute value.
In the console of my we browser for https://wificard.io/ website I see message:
It is about input for WiFi network name (selector

#ssid
) and input for password (selector#password
).This doesn't seem to be a serious problem until we change the additional cards to print (selector
#TextInputField-2
) field to a larger value, say 99 or set big value like 999. Then web browser (and website) has lags and it is possible not response:The problem is because number of elements in the same form have the same id attribute value.
I think this is related to #275
The text was updated successfully, but these errors were encountered: