cetorres / multiselect_formfield

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
71 stars 58 forks source link

How to update selected values from outside #51

Open kanari3 opened 2 years ago

kanari3 commented 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.