Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: autofillType property for edit text base #9478

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

Merged
merged 2 commits into from
Aug 11, 2021

Conversation

farfromrefug
Copy link
Collaborator

This is useful to make your app work correctly with password managers and such.
It is important to note that it does not represent exactly the same thing on iOS/Android

  • iOS: textContentType which is used for more that auto fill hint. It also helps the platform decide which keyboard to show
  • Android: setAutofillHints : only for auto fill hint...

So i decided to choose the name of the most specific one.

@cla-bot cla-bot bot added the cla: yes label Jul 23, 2021
NathanWalker
NathanWalker previously approved these changes Jul 26, 2021
@NathanWalker NathanWalker added this to the 8.1 milestone Jul 26, 2021
@NathanWalker NathanWalker changed the base branch from master to release/8.1.0 August 11, 2021 18:22
@NathanWalker NathanWalker merged commit 4964d31 into NativeScript:release/8.1.0 Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants