implemented comprehensive accessibility (A11y) support across the app
This commit is contained in:
@@ -166,6 +166,7 @@ class _ElementPickerPageState extends State<ElementPickerPage> {
|
||||
? null
|
||||
: IconButton(
|
||||
icon: const Icon(Icons.clear),
|
||||
tooltip: 'Leeren',
|
||||
onPressed: () {
|
||||
_searchController.clear();
|
||||
setState(() => _query = '');
|
||||
|
||||
Reference in New Issue
Block a user