Open ioanmo226 opened 2 years ago
Let's say there are two ASEditableTextNode. When user taps Tab key in first node, it will navigate to second node. But problem is that when user starts typing below issue occurred. Placeholder doesn't disappear and ASEditableTextNode worked weired.
ASEditableTextNode
Tab
Please refer to this issue. https://github.com/FlowCrypt/flowcrypt-ios/issues/1465
PS: This issue can be reproduced in simulator or iPad with external keyboard.
What's your code look like?
Let's say there are two
ASEditableTextNode
. When user tapsTab
key in first node, it will navigate to second node. But problem is that when user starts typing below issue occurred. Placeholder doesn't disappear and ASEditableTextNode worked weired.Please refer to this issue. https://github.com/FlowCrypt/flowcrypt-ios/issues/1465
PS: This issue can be reproduced in simulator or iPad with external keyboard.