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

fix(types): cross platform autoComplete for TextInput #36931

Closed
wants to merge 3 commits into from

Commits on Apr 17, 2023

  1. fix(types): cross platform autoComplete for TextInput

    Since v0.71 the autoComplete prop on TextInput is available on iOS ([release notes](https://reactnative.dev/blog/2023/01/12/version-071#component-specific-behavior)).
    
    Original types PR here - DefinitelyTyped/DefinitelyTyped#65144
    
    Co-authored-by: chwallen <christoffer@wallenkonsulting.se>
    iRoachie and chwallen committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a15d140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f6e0a View commit details
    Browse the repository at this point in the history
  3. fix: cross platform autoComplete for TextInput

    Applies change to base component as well.
    iRoachie committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    edcc49c View commit details
    Browse the repository at this point in the history