You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ever since I upgraded react-native-macos to 0.63.4 I noticed that I've been getting NSBeep (I think that's where it comes from) audio feedback for every keystroke — most notably when entering text into a TextInput component.
Steps to Reproduce
Checkout the master branch of react-native-macos & perform the standard instructions detailed in the repo's "Contributing Guidelines" in order to build RNTester.
Build & launch RNTester
Navigate to the TextInput section
Enter text into any TextInput instance present.
Expected Behavior
The text should properly be entered without any extra audio feedback.
Actual Behavior
There's a "beep" (from my brief research it comes from the NSBeep class) on every keystroke.
Reproducible Demo
I've been able to reproduce on the latest master branch of react-native-macos's RNTester project.
The text was updated successfully, but these errors were encountered:
There was a change to expand keyboard accessibility that may have caused a side effect here. The timeline could line up. @HeyImChris can you link the PR for that?
Environment
react-native -v
: N/A (master)npm ls react-native-macos
:node -v
:v14.15.3
npm -v
:6.14.9
yarn --version
:1.22.5
xcodebuild -version
:Issue
Ever since I upgraded react-native-macos to 0.63.4 I noticed that I've been getting NSBeep (I think that's where it comes from) audio feedback for every keystroke — most notably when entering text into a
TextInput
component.Steps to Reproduce
react-native-macos
& perform the standard instructions detailed in the repo's "Contributing Guidelines" in order to build RNTester.Expected Behavior
The text should properly be entered without any extra audio feedback.
Actual Behavior
There's a "beep" (from my brief research it comes from the NSBeep class) on every keystroke.
Reproducible Demo
I've been able to reproduce on the latest master branch of
react-native-macos
's RNTester project.The text was updated successfully, but these errors were encountered: