We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8396c commit 5cc4ff4Copy full SHA for 5cc4ff4
lib/components/search_bar/gf_search_bar.dart
@@ -202,7 +202,6 @@ class MySingleChoiceSearchState<T> extends State<GFSearchBar<T>> {
202
overlaySearchList = null;
203
_focusNode.unfocus();
204
setState(() {
205
- widget.controller.text = item;
206
notifier.value = item;
207
isFocused = false;
208
isRequiredCheckFailed = false;
0 commit comments