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

Missing support for textContentType autocomplete with example placeholder + prefix enabled #775

Open
4 tasks done
johnfrancmartin opened this issue May 22, 2024 · 0 comments

Comments

@johnfrancmartin
Copy link

johnfrancmartin commented May 22, 2024

New Issue Checklist

Steps to reproduce

  • Create an app with PhoneNumberTextField
  • withPrefix = true
  • withExamplePlaceholder = true
  • Install on device where self-contact card has a phone number
  • Run and select phone text field
Expected result
  • Autocomplete displays with self-contact phone number
Actual result
  • No autocomplete because the country code prefix is added on didBeginEditing, and iOS autocomplete for phones doesn't show except in empty text fields

Environment

  • SPM
  • iOS 17.4

Fix

Fix provided in #774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant