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

Take into account the attributes `disabled` and `hidden` #12

Closed glebkema closed 4 years ago

glebkema commented 4 years ago

It is required:

  1. to style the disabled option and to make it unselectable.
  2. to hide the hidden option.