wu9007 / multiple_select

MIT License
8 stars 11 forks source link

Search for items? #1

Closed slavap closed 4 years ago

slavap commented 4 years ago

Could you please add option to have search/filter input on top of items?

wu9007 commented 4 years ago

@slavap please update to 0.1.16 and try again.

MultiFilterSelect(
          allItems: items,
          initValue: _initValue,
          selectCallback: (List selectedValue) => print(selectedValue.length),
        )