Releases: ArcBees/gwtchosen
Releases · ArcBees/gwtchosen
Release 3.0.1
Bug Fixes
- Fix for #271 : "this.selectedItem is undefined" when adding new items to ChosenListBox and calling update()
- Fix for #269 : onChange event not fired
- Fix for #270 : Options when using filtering are hidden
- Update BaseChosenValueListBox.java
CSS and documentation fixes
- Search text should be text color
- Add missing classes
- Mobile close X should be text color
- Fix dropdown corners radius
- Complete documentation
Thanks to our contributors
Release 3.0
Mobile support
- When used on a mobile device, the Single and the Multiple Select Chosen adapt themselves to the mobile view.
Breaking change
- ChozenCss class has been renamed to ChosenCss (#243)
Version checker
- Now checks if the last version is used (can be disabled).
Bug fix
- Fix NPE when using constructor with EventBus (#224)