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.
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.
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.