multiselect_dropdown_with_select_all 0.4.5
multiselect_dropdown_with_select_all: ^0.4.5 copied to clipboard
The Multi-select Dropdown with Select All streamlines bulk selections, reducing clicks and enhancing user experience with easy integration and customization.
0.0.1 #
Initial Version
Multiselect-dropdown with Select All feature
0.1.1 #
Added onchange functionality Added style properties to all elements of dropdown Adjusted height of dialogbox and added scroll feature Styled dropdown icon.
0.1.3 #
Added properties
0.2.3 #
Added map functionalities, in items we can add box item and its value and it give out put as list of selected values.
0.2.5 #
Major change in selection with bug fix.
0.3.0 #
Modified functionalities for reseting the drop down by clearing the initial items.
Added "barrierDismissible: false" functionality to make dialog box stable until 'ok' button is clicked.
0.3.2 #
Added new parameter for choosing select all [selectAllflag]. Added new parameter for choosing whether it is multiselect or single selection [isMultiSelect].
0.3.3 #
Modified "barrierDismissible" functionalities for single selection dropdown.
0.3.4 #
Modified height property of list text view.
0.3.6 #
Modified "overflow: TextOverflow.ellipsis" for dropdown display item.
0.3.8 #
Added new parameter for choosing showing scrollbar [scrollbar].
0.4.0 #
Added new parameter for choosing showing scrollbar as active [scrollbartrack].
0.4.1 #
Added new parameter for displaying box label [boxLabel].
0.4.3 #
Added new parameter for changing List Title [listTitle]. Added new parameter for changing List Title Color [listTitleColor]. Added new parameter for changing List Title FontSize [listTitleFontSize]. Modified Dialog box Height parameters according to the list length.
0.4.4 #
Added new parameter for changing Check box to Radio Button [useRadioButton].
0.4.5 #
Added OK button while using radio button for unselecting saved ones.