Closed alesalv closed 3 months ago
This PR exposes the on search change callback, so that users of MultiDropdown can listen to changes in the search text field:
return MultiDropdown.future( onSearchChange: (final value) { debugPrint('**** search changed: $value'); }, }
This PR exposes the on search change callback, so that users of MultiDropdown can listen to changes in the search text field: