-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
when multiline param is set and numberOfLines is defined it does not automatically adjusts itself to match height of text
Screen.Recording.2025-12-03.at.3.55.59.PM.mov
current comp
<PasteInput
ref={inputRef}
disableCopyPaste={false}
onPaste={onPaste}
style={[{ color }, styles.input]}
multiline={true}
numberOfLines={5}
placeholder="This is a PasteInput"
submitBehavior="newline"
underlineColorAndroid="transparent"
keyboardType="default"
disableFullscreenUI={true}
textContentType="none"
autoComplete="off"
smartPunctuation="disable"
/>Metadata
Metadata
Assignees
Labels
No labels