Skip to content
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

Closed
erikschlegel opened this issue Jan 6, 2016 · 1 comment
Closed

Fit-and-finish work for ReactTextInputManager #96

erikschlegel opened this issue Jan 6, 2016 · 1 comment

Comments

@erikschlegel
Copy link
Contributor

No description provided.

@erikschlegel erikschlegel self-assigned this Jan 6, 2016
@erikschlegel erikschlegel added this to the View Management milestone Jan 6, 2016
@rozele
Copy link
Collaborator

rozele commented Feb 18, 2016

Also, finish unit tests (from duped out #101). This is a catch all fit-and-finish bug for ReactTextInput.

@rozele rozele changed the title Add Span Management support for TextInput controls Fit-and-finish work for ReactTextInputManager Feb 18, 2016
@rozele rozele added p2 labels Feb 18, 2016
@rozele rozele self-assigned this Mar 16, 2016
@rozele rozele added large and removed medium labels Mar 16, 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 rozele closed this as completed Mar 18, 2016
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
rozele pushed a commit that referenced this issue Jun 21, 2019
Fix a typo in CSSLayout.toString()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants