Skip to content
New issue

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

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

Already on GitHub? # 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
Copy link
Collaborator

@predikament predikament left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable to me. I'd rather get this fixed than people running custom patches.

@NoriginMedia/development-team Any opinions?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants