forked from yaso_meth/mih-project
fix icon client to enable error text
This commit is contained in:
@@ -100,6 +100,9 @@ class _MySearchFieldState extends State<MySearchField> {
|
||||
color: Colors.blueAccent,
|
||||
),
|
||||
onPressed: () {
|
||||
setState(() {
|
||||
startup = false;
|
||||
});
|
||||
if (widget.controller.text != "") {
|
||||
widget.onTap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user