-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fit-and-finish work for ReactTextInputManager #96
Labels
must-have
p1
Milestone
Comments
Also, finish unit tests (from duped out #101). This is a catch all fit-and-finish bug for ReactTextInput. |
rozele
changed the title
Add Span Management support for TextInput controls
Fit-and-finish work for ReactTextInputManager
Feb 18, 2016
rozele
added a commit
that referenced
this issue
Mar 17, 2016
This cleans up a lot of the behavior for TextInput, but not all of it. The properties that seem to be working are: * autoCorrect * keyboardType * maxLength * onFocus/onBlur * onSelectionChange * onEndEditing * onSubmitEditing * clearTextOnFocus * selectTextOnFocus * placeholder * selectionColor * editable The properties that are not working are: * numberOfLines * password * placeholderTextColor * autoCapitalize We do not yet support formatted children in the TextInput, which will likely require the use of RichEditBox and RTF. The multiline kind of works, but really only when you do some auto-resizing. The focus and blur methods are not working either. Fixes #96
rozele
added a commit
that referenced
this issue
Apr 21, 2016
This cleans up a lot of the behavior for TextInput, but not all of it. The properties that seem to be working are: * autoCorrect * keyboardType * maxLength * onFocus/onBlur * onSelectionChange * onEndEditing * onSubmitEditing * clearTextOnFocus * selectTextOnFocus * placeholder * selectionColor * editable The properties that are not working are: * numberOfLines * password * placeholderTextColor * autoCapitalize We do not yet support formatted children in the TextInput, which will likely require the use of RichEditBox and RTF. The multiline kind of works, but really only when you do some auto-resizing. The focus and blur methods are not working either. Fixes #96
rozele
added a commit
that referenced
this issue
May 17, 2016
This cleans up a lot of the behavior for TextInput, but not all of it. The properties that seem to be working are: * autoCorrect * keyboardType * maxLength * onFocus/onBlur * onSelectionChange * onEndEditing * onSubmitEditing * clearTextOnFocus * selectTextOnFocus * placeholder * selectionColor * editable The properties that are not working are: * numberOfLines * password * placeholderTextColor * autoCapitalize We do not yet support formatted children in the TextInput, which will likely require the use of RichEditBox and RTF. The multiline kind of works, but really only when you do some auto-resizing. The focus and blur methods are not working either. Fixes #96
rozele
added a commit
that referenced
this issue
May 18, 2016
This cleans up a lot of the behavior for TextInput, but not all of it. The properties that seem to be working are: * autoCorrect * keyboardType * maxLength * onFocus/onBlur * onSelectionChange * onEndEditing * onSubmitEditing * clearTextOnFocus * selectTextOnFocus * placeholder * selectionColor * editable The properties that are not working are: * numberOfLines * password * placeholderTextColor * autoCapitalize We do not yet support formatted children in the TextInput, which will likely require the use of RichEditBox and RTF. The multiline kind of works, but really only when you do some auto-resizing. The focus and blur methods are not working either. Fixes #96
rozele
added a commit
that referenced
this issue
May 25, 2016
This cleans up a lot of the behavior for TextInput, but not all of it. The properties that seem to be working are: * autoCorrect * keyboardType * maxLength * onFocus/onBlur * onSelectionChange * onEndEditing * onSubmitEditing * clearTextOnFocus * selectTextOnFocus * placeholder * selectionColor * editable The properties that are not working are: * numberOfLines * password * placeholderTextColor * autoCapitalize We do not yet support formatted children in the TextInput, which will likely require the use of RichEditBox and RTF. The multiline kind of works, but really only when you do some auto-resizing. The focus and blur methods are not working either. Fixes #96
rozele
added a commit
that referenced
this issue
May 25, 2016
This cleans up a lot of the behavior for TextInput, but not all of it. The properties that seem to be working are: * autoCorrect * keyboardType * maxLength * onFocus/onBlur * onSelectionChange * onEndEditing * onSubmitEditing * clearTextOnFocus * selectTextOnFocus * placeholder * selectionColor * editable The properties that are not working are: * numberOfLines * password * placeholderTextColor * autoCapitalize We do not yet support formatted children in the TextInput, which will likely require the use of RichEditBox and RTF. The multiline kind of works, but really only when you do some auto-resizing. The focus and blur methods are not working either. Fixes #96
rozele
added a commit
that referenced
this issue
Jun 1, 2016
This cleans up a lot of the behavior for TextInput, but not all of it. The properties that seem to be working are: * autoCorrect * keyboardType * maxLength * onFocus/onBlur * onSelectionChange * onEndEditing * onSubmitEditing * clearTextOnFocus * selectTextOnFocus * placeholder * selectionColor * editable The properties that are not working are: * numberOfLines * password * placeholderTextColor * autoCapitalize We do not yet support formatted children in the TextInput, which will likely require the use of RichEditBox and RTF. The multiline kind of works, but really only when you do some auto-resizing. The focus and blur methods are not working either. Fixes #96
GantMan
pushed a commit
to infinitered/react-native-windows
that referenced
this issue
Sep 29, 2016
This cleans up a lot of the behavior for TextInput, but not all of it. The properties that seem to be working are: * autoCorrect * keyboardType * maxLength * onFocus/onBlur * onSelectionChange * onEndEditing * onSubmitEditing * clearTextOnFocus * selectTextOnFocus * placeholder * selectionColor * editable The properties that are not working are: * numberOfLines * password * placeholderTextColor * autoCapitalize We do not yet support formatted children in the TextInput, which will likely require the use of RichEditBox and RTF. The multiline kind of works, but really only when you do some auto-resizing. The focus and blur methods are not working either. Fixes microsoft#96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: