Skip to content

fix: resolve key name lookup for dictionary-form keyboardInput keys - #1247

Merged
mykola-mokhnach merged 1 commit into
masterfrom
keys
Sep 4, 2026
Merged

fix: resolve key name lookup for dictionary-form keyboardInput keys#1247
mykola-mokhnach merged 1 commit into
masterfrom
keys

Conversation

@mykola-mokhnach

Copy link
Copy Markdown

The dictionary branch of handleKeyboardInput: passed the whole item dictionary to FBKeyboard.keyValueForName: instead of the extracted key string, so constant names like XCUIKeyboardKeyTab always failed to resolve and were rejected by typeKey:. Fixes #1243.

The dictionary branch of handleKeyboardInput: passed the whole item
dictionary to FBKeyboard.keyValueForName: instead of the extracted
key string, so constant names like XCUIKeyboardKeyTab always failed
to resolve and were rejected by typeKey:. Fixes #1243.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G67QwebqZCxEYN6XmJDGJs
@mykola-mokhnach
mykola-mokhnach merged commit f40bac6 into master Sep 4, 2026
55 of 60 checks passed
@mykola-mokhnach
mykola-mokhnach deleted the keys branch September 4, 2026 05:17
github-actions Bot pushed a commit that referenced this pull request Sep 4, 2026
## [16.12.3](v16.12.2...v16.12.3) (2026-09-04)

### Bug Fixes

* resolve key name lookup for dictionary-form keyboardInput keys ([#1247](#1247)) ([f40bac6](f40bac6))
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 16.12.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mobile: keys: key-name lookup receives the dictionary instead of the key string

2 participants