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
All accessible and mainstream forms will utilize the autocomplete attribute on the input fields. This attribute provides guidance to the browser as to the type of information expected in the field. If this attribute can be used to guide Fake Filler, the extension would be greatly enhanced.
Some examples:
autocomplete="given-name" The given (or "first") name.
autocomplete="organization-title" A job title, or the title a person has within an organization, such as "Senior Technical Writer", "President", or "Assistant Troop Leader".
autocomplete="address-level2"
The second administrative level, in addresses with at least two of them. In countries with two administrative levels, this would typically be the city, town, village, or other locality in which the address is located.
We love your product and use it daily when testing our Driven client. Please consider integrating this autocomplete feature into your product!
The text was updated successfully, but these errors were encountered:
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
All accessible and mainstream forms will utilize the
autocomplete
attribute on the input fields. This attribute provides guidance to the browser as to the type of information expected in the field. If this attribute can be used to guide Fake Filler, the extension would be greatly enhanced.Some examples:
autocomplete="given-name"
The given (or "first") name.autocomplete="organization-title"
A job title, or the title a person has within an organization, such as "Senior Technical Writer", "President", or "Assistant Troop Leader".autocomplete="address-level2"
The second administrative level, in addresses with at least two of them. In countries with two administrative levels, this would typically be the city, town, village, or other locality in which the address is located.
We love your product and use it daily when testing our Driven client. Please consider integrating this autocomplete feature into your product!
The text was updated successfully, but these errors were encountered: