Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: native mode not updated focused state #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

christianEconify
Copy link

If we early return out of setFocus with nativeMode enabled - then the library will never be able to keep track of the focused elements, via calling focusSelf

I see the original change was introduced in this PR #94 (comment) - which labels the change as Good. I'm not sure if we're missing a trick - but disabling the setFocus function when nativeMode is enabled means focus state can't be tracked.

As this is the only function that calls setCurrentFocusedKey, which updates the exported focused prop

@predikament predikament added the bug Something isn't working label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants