flutter_textfield_search
flutter_textfield_search copied to clipboard
TextFieldSearch on search result click is not working anymore
Hi, It was working. But I noticed a strange thing today: I can't click anymore on search results. It just closes them and clears the text field. Anyone else ran into the same problem?
Flutter 3.7.0-14.0.pre.52 • channel master • https://github.com/flutter/flutter.git Framework • revision 507062032f (13 hours ago) • 2023-01-06 01:13:18 +0100 Engine • revision 5bd90d6e77 Tools • Dart 3.0.0 (build 3.0.0-85.0.dev) • DevTools 2.20.0
Seems to be a flutter bug in guesture detectot
Hey, I am facing the same issue. getSelectedValue
not calling on item selection.
Does anyone have any idea how to fix this?
I am using latest version of this library flutter : 3.7.1, dart : 2.19.1
facing the same issue. even changed to Inkwell.
Solution. Wrap a TextFieldTapRegion around the GestureDetector
@manzagil there is no GestureDetector!!!
You can create TextFieldSearch.dart in your project and copy the source, then search for GestureDetector and wrap it
same issue here
You should try @manzagil solution. His solution working perfectly fine for me.