Expensify/react-native-live-markdown

Single line input on web can still have multiple lines

Closed this issue · 1 comments

Objective

Fix Live Markdown Input on web so it's really single line when not setting multiline prop to true

Current state

Screenshot 2024-09-11 at 16 04 26

How to reproduce

Just use <MarkdownTextInput> component without multiline prop and pass any value prop with new lines inside it

Fixed by #482