Enum AnyINPUT.Password.Autocomplete

java.lang.Object
java.lang.Enum<AnyINPUT.Password.Autocomplete>
com.aoapps.html.any.AnyINPUT.Password.Autocomplete
All Implemented Interfaces:
Serializable, Comparable<AnyINPUT.Password.Autocomplete>, Function<AnyDocument<?>,String>
Enclosing class:
AnyINPUT.Password<D extends AnyDocument<D>,PC extends AnyUnion_Interactive_Phrasing<D,PC>,E extends AnyINPUT.Password<D,PC,E>>

public static enum AnyINPUT.Password.Autocomplete extends Enum<AnyINPUT.Password.Autocomplete> implements Function<AnyDocument<?>,String>
See The HTML autocomplete attribute.

We're making our best guess which values are applicable. This is to give a nice short list in code assist. TODO: Find somewhere this relationship is defined (if there is any).

Since:
HTML 5
See Also: