-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When an item from the MacosSearchField is selected, the onResultSelected function of the field itself and the onSelected function of the selected SearchResultItem is not called.
Steps To Reproduce
- Go to the Fields page of the example project
- Type something in one of the search fields
- Select one of the options
- This should print the selected SearchResultItem to the console. This does not happen.
After testing, I found out that removing the lines 245 and 246 of the search_field.dart file resolves the error:
} else {
_overlayEntry.remove();But I am not sure if this breaks some other intended behavior.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done