This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
1.0.0-beta.6
Pre-release
Pre-release
basvandenberg
released this
05 Jul 18:59
·
76 commits
to master
since this release
Features
- New ng-select web site.
- Blur and focus output events (#170).
- Option template for customizing option layout/styling (#92).
Bug fixes
- Stop clearing the (single select) filter input in the drop down (#162).
- Enable/disable filter (based on noFilter) if list of options changes (#146).
- Skip disabled options when navigating option list with up/down keys (#182).
- Set value, also if there is no option with this value present yet, this
prevents having to use setTimeout when setting a value directly after
setting/updating options (#169, #130). - Call the onChange only for user (de)select actions (#176).
- Fix missing placeholder (multiple select) if filter is hidden (#110).
- Prevent drop down to close when clicking disabled option (#156).
- Update filter input width when closing drop down (#198).
- Show pointer instead of text cursor when hovering placeholder in multiple
select (#199). - Added change detection for placeholder property (#192).
- Fixed placeholder initially not visible in multi select (#193).