wenzhixin / multiple-select

A jQuery plugin to select multiple elements with checkboxes :)
http://multiple-select.wenzhixin.net.cn
MIT License
1.91k stars 651 forks source link

A form field element should have an id or name attribute ? #638

Open WEBSPEED opened 3 months ago

WEBSPEED commented 3 months ago

A form field element has neither an id nor a name attribute. This might prevent the browser from correctly autofilling the form. To fix this issue, add a unique id or name attribute to a form field. This is not strictly needed, but still recommended even if you have an autocomplete attribute on the same element.

ms-drop list item label in input data-name="selectitem" to change name="selectitem"