glebkema / jquery-stylize-select

This plugin adds blocks around the selection field and creates the necessary event handlers. You can stylize the look of these blocks using the CSS. The plugin simplifies website development.
MIT License
1 stars 0 forks source link

Use a label for the select field #11

Open glebkema opened 5 years ago

glebkema commented 5 years ago

The original <select> tag is used in conjunction with the <label> tag. But this plugin does not create any blocks with the label content and its functionality.

I usually customize the selection box to use it without any label. But for other users the label may be important. And, of course, if the original select has a label, then this plugin should suggest a way to use the contents of this label.

Also clicking on the label should work.