Features:
- Now options can be disabled by setting the
isDiabled
option to true forbm-option
(#6)
Documentation:
- Added documentation relating to disabling options.
Bugfixes:
- Options menu now closes when clicked outside of the select box. (#5)
- Placeholder option can now be added. (#4)
Bugfixes:
- Selected option is now focussed when dropdown is opened via click. (#1)
- When there is no selected option, the first option is focussed. (#2)
- The focus is retained when the dropdown is closed. (#3)
- The default action is only prevented for keydown events that are handled.
- The data is set as the same as value in bm-option when the value is specified.
- Fixed an issue where bm-options component was using the same instance of options.
Documentation:
- Added comments to the component files.
- Initial release