You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A hint about the intended content of the field for browser autofill.
2025
2025
*
2026
-
* When set to `on` (the default), this property indicates that the field should support
2027
-
* autofill, but you do not have any more semantic information on the intended
2028
-
* contents.
2026
+
* When set to `on` (the default), this property indicates that the field should support autofill, but you do not have any more semantic information on the intended contents.
2029
2027
*
2030
-
* When set to `off`, you are indicating that this field contains sensitive
2031
-
* information, or contents that are never saved, like one-time codes.
2028
+
* When set to `off`, you are indicating that this field contains sensitive information, or contents that are never saved, like one-time codes.
2032
2029
*
2033
-
* Alternatively, you can provide value which describes the
2034
-
* specific data you would like to be entered into this field during autofill.
2030
+
* Alternatively, you can provide a value which describes the specific data you would like to be entered into this field during autofill.
2035
2031
*
2036
-
* @seeLearn more about the set of {@linkhttps://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-detail-tokens|autocomplete values} supported in browsers.
2032
+
* Learn more about the set of [autocomplete values](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-detail-tokens) supported in browsers.
0 commit comments