fix icon client to enable error text

This commit is contained in:
2024-07-05 13:41:28 +02:00
parent b18f8dd1d0
commit 712a7db2e8

View File

@@ -100,6 +100,9 @@ class _MySearchFieldState extends State<MySearchField> {
color: Colors.blueAccent,
),
onPressed: () {
setState(() {
startup = false;
});
if (widget.controller.text != "") {
widget.onTap();
}