8.苹果手机,首页搜索栏下的历史搜索记录,点击后需要收起键盘
@ -761,6 +761,7 @@ class _SearchPageState extends BaseStoreState<SearchPage>
onSelected: (bool value) async {
_searchText = text;
_textEditController.text = text;
FocusManager.instance.primaryFocus.unfocus();
_callRefresh();
setState(() {});
},