You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not send extra onChangeText even wnen instantianting multiline TextView (#36930)
Summary:
Pull Request resolved: #36930
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
Reviewed By: sammy-SC
Differential Revision: D45049135
fbshipit-source-id: 3351b9b62fca5e8722c8da08f2c081b857164458
0 commit comments