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 42ff89e commit d40b1cbCopy full SHA for d40b1cb
lib/components/search_bar/gf_search_bar.dart
@@ -200,9 +200,9 @@ class MySingleChoiceSearchState<T> extends State<GFSearchBar<T>> {
200
overlaySearchList.remove();
201
}
202
overlaySearchList = null;
203
- widget.controller = item;
204
_focusNode.unfocus();
205
setState(() {
+ widget.controller.text = item;
206
notifier.value = item;
207
isFocused = false;
208
isRequiredCheckFailed = false;
0 commit comments