A Flutter package that provides a multi select form field using alert dialog to select multiple items with checkboxes and showing as chips.
BSD 3-Clause "New" or "Revised" License
72
stars
59
forks
source link
How to update selected values from outside #51
Open
kanari3 opened 2 years ago
Is there a way to update the value being selected from outside of multiselect_formfield?
Example. I am looking to implement a clear button and clear multiple edit items at once.