mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix Android autofill username hint docs (#64776)
This commit is contained in:
parent
619eccd2e3
commit
e37b427a2a
@ -613,7 +613,7 @@ class AutofillHints {
|
||||
///
|
||||
/// This hint will be translated to the below values on different platforms:
|
||||
///
|
||||
/// * Android: [AUTOFILL_HINT_NEW_USERNAME](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_NEW_USERNAME).
|
||||
/// * Android: [AUTOFILL_HINT_USERNAME](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_USERNAME).
|
||||
/// * iOS: [username](https://developer.apple.com/documentation/uikit/uitextcontenttype).
|
||||
/// * web: ["username"](https://www.w3.org/TR/html52/sec-forms.html#autofilling-form-controls-the-autocomplete-attribute).
|
||||
/// * Otherwise, the hint string will be used as-is.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user