Better support for large data sets
- New parameter to only fetch data from server after x amout of characters being inputed by the user- New parameterto avoid loading data on preparation ( in some situation preloadng data in all dropdowns could be cause of slowness)
Added a reference parameter to allow the component to be used inside lists
Fixed an issue where the styles of the selected items woudn't apply.
Fixed an issue where the clear all buton wouldn't clear the lable
Fixed an issue where the clear buton of the single selection wouldn't disapear
- Added Client Side Functionality if the number of records returned is smaller than the limit set by the dev, the component will work using client side (without going back to the server to fetch more data).
- Added a size option so that the developer can easly set an appropriate size for the Selected pannel
-Added position option so that the developer can chose if the selected panel should appear in the rigth or on the left of the option
- Added Single selection Mode where no panel will be shown and when a selection is made the dropdown will close