Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TextInput on iOS: Fixing
selectAll
feature for multiline text input
Summary: `selectAll:` does not work for UITextView when it's being called inside UITextView's delegate methods. This is a bug in UIKit and this quite ugly workaround is only a known solution for it. Changelog: [Bug][iOS] Fixed bug in implementation of <TextInput>'s selectOnFocus prop Reviewed By: sammy-SC Differential Revision: D18966755 fbshipit-source-id: 2ba15fa94570d463a2ea3490331fb879611dc6b8
- Loading branch information