Skip to content

Focus node issue #241

@NVenkateshRaj

Description

@NVenkateshRaj

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    in triageIssue is currently being triagedwaiting for authorwaiting for author to respond back with more info

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions