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
When Multiselect generates html code, form elements may miss something, which cause warnings from web browser.
a quick example is, when open official website with debug mode "https://davidstutz.github.io/bootstrap-multiselect/#configuration-options-onChange", you can see browser 100+ warnings (Snapshot as below):
"A form element should have an id or name attribute" and "No label associated with a form field"
It's better to fix these warnings, thanks a lot.
The text was updated successfully, but these errors were encountered:
When Multiselect generates html code, form elements may miss something, which cause warnings from web browser.
a quick example is, when open official website with debug mode "https://davidstutz.github.io/bootstrap-multiselect/#configuration-options-onChange", you can see browser 100+ warnings (Snapshot as below):
"A form element should have an id or name attribute" and "No label associated with a form field"
It's better to fix these warnings, thanks a lot.
The text was updated successfully, but these errors were encountered: