-
-
Notifications
You must be signed in to change notification settings - Fork 99
Focus node issue #241
Copy link
Copy link
Open
Labels
in triageIssue is currently being triagedIssue is currently being triagedwaiting for authorwaiting for author to respond back with more infowaiting for author to respond back with more info
Description
I'm trying to hide and show the search field based on a condition, but I'm encountering issues such as:
Overlay not rendering properly
Focus node not behaving as expected
Search box render issues
Error - Cannot hit test a render box that has never been laid out.
This usually occurs when attempting a hit test during the layout phase, before the widget has been fully laid out. If you're trying to access a render box, ensure that its layout is completed (e.g., access it after the layout() method has run on the widget and its children).
Package used: searchfield: ^1.3.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in triageIssue is currently being triagedIssue is currently being triagedwaiting for authorwaiting for author to respond back with more infowaiting for author to respond back with more info