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
When keyboardType is set to 'email-address' on a TextInput, the selectionchange event and the onSelectionChange callback are not being fired.
Expected behavior
The event should be fired, just like it is fired with other values of keyboardType
Steps to reproduce
Create a TextInput
Add console.log as onSelectionChange: onSelectionChange={console.log}
type text in the TextInput
move the caret within the TextInput
Is there an existing issue for this?
Describe the issue
When keyboardType is set to 'email-address' on a TextInput, the selectionchange event and the onSelectionChange callback are not being fired.
Expected behavior
The event should be fired, just like it is fired with other values of keyboardType
Steps to reproduce
Create a TextInput
Add console.log as onSelectionChange:
onSelectionChange={console.log}
type text in the TextInput
move the caret within the TextInput
Test case
https://codesandbox.io/p/sandbox/currying-sea-vlm9sg
Additional comments
No response
The text was updated successfully, but these errors were encountered: