diff --git a/covas_mobile/lib/pages/ListItemMenu.dart b/covas_mobile/lib/pages/ListItemMenu.dart index 87f23bf..e68fd8c 100644 --- a/covas_mobile/lib/pages/ListItemMenu.dart +++ b/covas_mobile/lib/pages/ListItemMenu.dart @@ -551,7 +551,7 @@ class _MyHomePageState extends State { decoration: InputDecoration( labelText: 'Search by tags', border: OutlineInputBorder(), - suffixIcon: inputItem.text.isEmpty + suffixIcon: inputTags.text.isEmpty ? null : IconButton( icon: const Icon(Icons.clear),