Enum AnyINPUT.Month.Autocomplete

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

public static enum AnyINPUT.Month.Autocomplete extends Enum<AnyINPUT.Month.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: