feature/suggestion-tag #30

Merged
v4l3n71n merged 11 commits from feature/suggestion-tag into main 2024-12-28 13:52:41 +00:00
Showing only changes of commit 53a60a581a - Show all commits

View File

@ -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),