OptionalariaOptionalautofocusIs the field autofocused?
OptionalclassesSpace-delimited class names to apply to the input.
OptionaldatasetAdditional dataset attributes to assign to the input
OptionaldisabledIs the field disabled?
OptionalidAn id to assign to the element
OptionalinputOptionallocalizeLocalize values of this field?
OptionalmodelThe DataModel instance the field belongs to
The name of the form element
OptionalnamedWhether the element should be named in the form. If false, the element will be given a name via data attribute only.
OptionalplaceholderA placeholder value, if supported by the element type
OptionalreadonlyIs the field readonly?
OptionalrequiredIs the field required?
OptionalrootSome parent CSS id within which field names are unique. If provided, this root ID is used to automatically assign "id" attributes to input elements and "for" attributes to corresponding labels.
OptionalvalueThe current value of the form element
Aria attributes to assign to the input