TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.29k forks source link

Incorrect attributedPlaceholderText behavior for ASEditableTextNode #2064

Open ioanmo226 opened 2 years ago

ioanmo226 commented 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.

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.

image

JoeFerrucci commented 1 year ago

What's your code look like?