Mindinventory / drop_down_list

Highly versatile Widget to search through a single or multiple choices from bottom sheet list in a dialog box or a menu.
https://www.mindinventory.com/flutter-app-development.php
MIT License
86 stars 34 forks source link

text field clean is not working #11

Closed divyang159 closed 1 year ago

divyang159 commented 1 year ago

https://user-images.githubusercontent.com/55906611/221872896-6e269204-d8d0-4901-96e4-788608cf9235.mp4 void onClearTap() { widget.onTextChanged(""); _editingController.clear(); }

pls add the above code there I try but did not have access to create a branch.

sahilmind commented 1 year ago

@divyang159 I have updated the above code snippet in drop_down_list: 0.0.5 please have a look. I am happy to help you if required. Thanks!