Releases: AuraQ/BootstrapMultiSelectForMendix
Releases · AuraQ/BootstrapMultiSelectForMendix
4.0.0
Fixes
- Handle deprecated method isCurrency (v8 support)
- add class 'no-columns' when using vertical form orientation (v8 support)
- retain the search filter after an item is selected
- disable the dropdown when the data view is read only
Other Stuff
- added a v8 test project in addition to the v7 test project
Version 3.0.0
New features:
- Widget now supports retrieving data via a microflow
Version 2.0.1
Fixes:
- Fixed guid replacement in _loadComboData in case of multiple guids
Version 2.0.0
New features:
- Displayed values now support templating
- Ability to add a search filter at the top of the dropdown
- Render the control as editable/disabled or visible/hidden, using a static parameter on the widget or controlled from a boolean attribute.
- Allow a progress bar to be displayed when the on change microflow is being executed
Version 1.6.0
Fixes:
- revert jQuery loading to recommended approach
- fix issue with sort order attributes being persisted between widget instances
- update mf calls to version 6 syntax
- fix unsubscribe on undefined object
Version 1.5
Ability to control sort order added to the Data Source tab
Version 1.4
Version 1.3
Updated widget to prevent conflicts with jquery loaded by other widgets
Version 1.2
Bug fix for horizontal column widths