zulip/zulip-mobile
View on GitHubRich text can be pasted into input box on Android
Open
#4,660 opened on Apr 14, 2021
a-Androida-compose/sendbughelp wantedupstream: RN
Repository metrics
- Stars
- (1,348 stars)
- PR merge metrics
- (PR metrics pending)
Description
When a user copies and pastes formatted text (for instance, from a web browser), the rich text is pasted into the compose box. This is incorrect, we should strip this formatting instead.
See this CZO thread for details.
The next step here is to look at what we get from onChangeText when rich text is pasted in, since that seems like the most likely route to fix this.