react / react/react-native

Uncontrolled multiline TextInput doesn't auto-grow

Ouverte
#54,570 9 commentaires 23 réactions 0 personnes assignées Voir sur GitHub

Personne n'a encore pris cette issue.

Component: TextInput Issue: Author Provided Repro Needs: React Native Team Attention
Langage dominant
C++
Étoiles
127k
Forks
25.3k
Merge moyen
1 j 23 h
PR mergées (30 j)
4

Description

Description

Uncontrolled multiline TextInput doesn't grow in size when its content spans multiple lines while typing.

Minimum reproducible code:

<View
      style={{ height: 500, justifyContent: "center", padding: 20, width: 180 }}
    >
      <TextInput
        multiline
        placeholder="height increases"
        defaultValue="super long text that will cause the height to span multiple lines"
        enablesReturnKeyAutomatically={true}
        returnKeyType="go"
        style={{
          borderWidth: 1,
          fontSize: 13,
          padding: 4,

          // multilineExpandable
          height: "auto",
          maxHeight: 100,
        }}
      />
</View>

https://github.com/user-attachments/assets/e898cc86-822d-4041-878b-b5f8ae3e3653

If the defaultValue is long enough to take multiple lines, then it does auto-grow/shrink on subsequent edits

Image

https://github.com/user-attachments/assets/cf9ddb1b-450c-463c-9876-a0bf90274d27

Steps to reproduce
  1. paste the reproduction code snippet to an empty screen
  2. try typing into the input until the content starts wrapping
React Native Version

0.81.4

Affected Platforms

Runtime - iOS

Output of npx @react-native-community/cli info
System:
  OS: macOS 26.1
  CPU: (10) arm64 Apple M4
  Memory: 1.16 GB / 32.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 24.8.0
    path: ~/.nvm/versions/node/v24.8.0/bin/node
  Yarn:
    version: 4.9.2
    path: ~/.n/bin/yarn
  npm:
    version: 11.6.0
    path: ~/.nvm/versions/node/v24.8.0/bin/npm
  Watchman: Not Found
Managers:
  CocoaPods:
    version: 1.16.2
    path: /opt/homebrew/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 25.1
      - iOS 26.1
      - macOS 26.1
      - tvOS 26.1
      - visionOS 26.1
      - watchOS 26.1
  Android SDK: Not Found
IDEs:
  Android Studio: Not Found
  Xcode:
    version: 26.1.1/17B100
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: javac 25
    path: ~/.sdkman/candidates/java/current/bin/javac
  Ruby:
    version: 2.6.10
    path: /usr/bin/ruby
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 19.1.0
    wanted: "*"
  react-native:
    installed: 0.81.4
    wanted: "*"
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: Not found
  newArchEnabled: Not found
iOS:
  hermesEnabled: Not found
  newArchEnabled: Not found
Stacktrace or Logs
-
MANDATORY Reproducer

https://snack.expo.dev/@vova.sqds/uncontrolled-multiline-textinput-doesnt-auto-grow

Screenshots and Videos

No response

Guide de contribution

Ouvrir le guide de contribution

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Piste de recherche

Commencez par exécuter le reproducteur Expo Snack obligatoire et confirmez le comportement du TextInput multiline non contrôlé sur iOS. Suivez ensuite l’implémentation de TextInput multiline de React Native et son chemin iOS ; le travail est terminé lorsque la saisie s’agrandit et rétrécit pendant la frappe avec un defaultValue long, respecte maxHeight et dispose d’une couverture de régression.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
react-native, typescript
Domaine
mobile
Type d'issue
Bug
Difficulté
4/5
Temps estimé
3-5 jours
Activité
Active
Clarté
Plutôt claire
Accessibilité débutants
62/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.