-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RN: Delete
TextInput.selectionState
Prop
Summary: Deletes the `selectionState` prop from `TextInput`. It does not provide meaningful value over `onBlur`, `onFocus`, and `selectionState`. Changelog: [Breaking][TextInput] Removing `selectionState` prop, use `onBlur`, `onFocus`, and `onUpdate` instead. Reviewed By: zackargyle, TheSavior Differential Revision: D17879667 fbshipit-source-id: 03a4e239406932adad898d6d2a092e3bc2e6b064
- Loading branch information
1 parent
6376951
commit 2becdfd
Showing
3 changed files
with
1 addition
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
150 changes: 0 additions & 150 deletions
150
Libraries/vendor/document/selection/DocumentSelectionState.js
This file was deleted.
Oops, something went wrong.