Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not send extra onChangeText even wnen instantianting multiline Tex…
…tView Summary: This diff fixes #36494 Now this code matches its [Fabric counterpart](7b48899). There is also one extra check that `_lastStringStateWasUpdatedWith != nil`. With that in place we don't send extra `onChangeText` event when `attributedText` is assigned for the first time on TextView construction. Changelog: [IOS][Fixed] - Do not send extra onChangeText even wnen instantianting multiline TextView Differential Revision: D45049135 fbshipit-source-id: 77d2dfca6dc2f205af71bde2f18e7d5b4828e106
- Loading branch information