Releases: mdbassit/FancySelect
Releases · mdbassit/FancySelect
v0.7.0
Add support for disabled options
v0.6.1
Remove inline styles to conform to a strict a Content Security Policy (CSP) header
v0.6.0
Possible breaking change warning
This may alter the font size and height of the component for existing users.
Please test it first before publishing in production environments.
What's Changed
v0.5.0
Changes
- Open the list box on click on the native select's label element
- Improve the styling of options that have a long label
- Fix list box overflowing inside a flex parent
v0.4.0
Changes
- Improve the display of long labels
- Add support for an optional custom item label renderer
- Fix a bug where the list box occupies space when closed
v0.3.3
Add type="button" to button elements
v0.3.1
Fix a bug when closing the list box on a second click
v0.3.0
Close the list box on a second click
v0.2.0
Add the ability to prevent FancySelect from initializing automatically