Skip to content

bug: not autoresizing when multiline #51

@divyanshu-patil

Description

@divyanshu-patil

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions