Fix autoCompleteType prop for text input component by Naturalclar · Pull Request #639 · rescript-react-native/rescript-react-native

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@Naturalclar

Copy link Copy Markdown

Member

Closes #634

Changed autoComplete prop in TextInput to autoCompleteType
React Native Ref: https://github.com/facebook/react-native/blob/master/Libraries/Components/TextInput/TextInput.js#L313

@Naturalclar Naturalclar requested a review from MoOx

January 22, 2020 15:04
Copy link Copy Markdown

Collaborator

@sgny sgny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked against RN documentation, prop name and allowed values look alright

Copy link Copy Markdown

Member

@MoOx MoOx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@MoOx MoOx merged commit ec50b5f into rescript-react-native:master

Jan 26, 2020

@Naturalclar Naturalclar deleted the fix/textInputProps branch

January 26, 2020 09:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@MoOx MoOx MoOx approved these changes

@sgny sgny sgny approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

React Native TextInput autoCompleteType is named here autoComplete

3 participants

@Naturalclar @MoOx @sgny