react-native-macos: TextInput with multiline not triggering onChangeText callback in 0.71.2

Environment

react-native -v: 0.71.6
npm ls react-native-macos: 0.71.2

Steps to reproduce the bug

<TextInput multiline onChangeText={(text) => console.log(text)} />

Additional context

Works perfectly without ‘multiline’ prop

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 17

Most upvoted comments

Fix was picked to 0.71-stable: #1812

Looks like TextInput onChangeText has issues w/ Paper on 0.71 https://github.com/facebook/react-native/issues/36494

Its working flawless now! Thanks allot!

It seems others have hit this too, and it seems pretty bad. We’ll try to take a look at it and find a fix.