fix tags input
This commit is contained in:
parent
e4836ac4eb
commit
53a60a581a
@ -551,7 +551,7 @@ class _MyHomePageState extends State<ListItemMenu> {
|
||||
decoration: InputDecoration(
|
||||
labelText: 'Search by tags',
|
||||
border: OutlineInputBorder(),
|
||||
suffixIcon: inputItem.text.isEmpty
|
||||
suffixIcon: inputTags.text.isEmpty
|
||||
? null
|
||||
: IconButton(
|
||||
icon: const Icon(Icons.clear),
|
||||
|
Loading…
x
Reference in New Issue
Block a user