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

0.5.5. Fix #20. Clear the `style` attribute if newly selected option does not have it. #21

Closed glebkema closed 5 years ago

glebkema commented 5 years ago

Fix #20

  1. Remove the style attribute of the main field if newly selected option does not have it.
  2. Add new test to the test.html.
  3. Stylize the test.html.
  4. Update the list of CSS classes in README.md.

The plugin does not change the class attribute when selecting a new option.