- Created a new component,
CheckboxListMenuItem
, as an intermediate betweenMultipleSelectField
andCheckboxListItem
to handle the toggling of items. This resolves an issue in whichMultipleSelectField
failed to properly select filtered items (#1)
CheckboxListMenuItem
, as an intermediate between MultipleSelectField
and CheckboxListItem
to handle the toggling of items. This resolves an issue in which MultipleSelectField
failed to properly select filtered items (#1)