Open chrisglein opened 8 months ago
After some initial debugging, it looks like the "getKey()" windows function is only returning the right information half of the time. Further debugging is needed to see if this only affect TextInput or if it's affecting the other components aswell
Problem Description
https://github.com/microsoft/react-native-windows/assets/26607885/c7de9d5b-8b68-43ee-968f-3ea68292569e
https://github.com/microsoft/react-native-windows/assets/26607885/e1f32ba2-56f5-4fcb-adf1-1f2203354015
Steps To Reproduce
submitKeyEvents={[{code:'Enter', shiftKey: false}]}
(submit on enter, don't submit on shift+enter)onSubmitEditing
multiline={true}
Expected Results
Disabling shift+enter is consistent.
CLI version
13.0.0
Environment
Target Platform Version
None
Target Device(s)
No response
Visual Studio Version
Visual Studio 2022
Build Configuration
Debug
Snack, code example, screenshot, or link to a repository
https://github.com/chrisglein/artificial-chat/blob/fabric/src/Chat.tsx