react-native-live-markdown
react-native-live-markdown copied to clipboard
Lack of `multiline` on Web breaks blockquote and cursor
Description:
Using MarkdownTextInput without multiline prop results in following behavior:
- space doesn't trigger block quote
- cursor overlaps
>character
https://github.com/user-attachments/assets/23b85f35-2a03-4751-828d-3ca78d3a395c
Reproduction steps:
- Open WebExample
- Remove
multilineprop - Write
> - Verify that cursor overlaps
> - Press space
- Observe that block quote didn't trigger
- Press any character
- Verify that block quote suddenly appears
Removing multiline prop breaks links:
https://github.com/user-attachments/assets/06cbfa7e-8c4b-44a8-bcf0-5b8aa230fa33
Fixed in https://github.com/Expensify/react-native-live-markdown/pull/681