Optionalaria-Optionalaria-Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Optionalaria-Identifies the element (or elements) whose contents or presence are controlled by the current element.
Optionalaria-Identifies the element (or elements) that describes the object.
Optionalaria-Identifies the element (or elements) that provide a detailed, extended description for the object.
Optionalaria-Identifies the element that provides an error message for the object.
Optionalaria-Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Optionalaria-Defines a string value that labels the current element.
Optionalaria-Identifies the element (or elements) that labels the current element.
OptionalautoDescribes the type of autocomplete functionality the input should provide if any. See MDN.
OptionalautoAn attribute that takes as its value a space-separated string that describes what, if any, type of autocomplete functionality the input should provide. See MDN.
OptionalautoWhether the element should receive focus on render.
OptionalchildrenThe children of the component. A function may be provided to alter the children based on component state.
OptionalclassThe CSS className for the element. A function may be provided to compute the class based on component state.
OptionaldefaultThe default value (uncontrolled).
OptionaldescriptionThe description of the text field
OptionaldirOptionalenterAn enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See MDN.
OptionalexcludeWhether to exclude the element from the sequential tab order. If true, the element will not be focusable via the keyboard by tabbing. This should be avoided except in rare scenarios where an alternative means of accessing the element or its functionality via the keyboard is available.
OptionalformThe <form> element to associate the input with.
The value of this attribute must be the id of a <form> in the same document.
See MDN.
OptionalhiddenOptionaliconAn icon to render before the input
OptionalidThe element's unique identifier. See MDN.
OptionalinertOptionalinputHints at the type of data that might be entered by the user while editing the element or its contents. See MDN.
OptionalisWhether the input is disabled.
OptionalisWhether the value is invalid.
OptionalisWhether the input can be selected but not changed by the user.
OptionalisWhether user input is required on the input before form submission.
OptionallabelThe label of the text field
OptionallangOptionalmaxThe maximum number of characters supported by the input. See MDN.
OptionalminThe minimum number of characters required by the input. See MDN.
OptionalnameThe name of the input element, used when submitting an HTML form. See MDN.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when the input value is about to be modified. See MDN.
OptionalonHandler that is called when the element loses focus.
OptionalonHandler that is called when the value changes.
OptionalonOptionalonOptionalonHandler that is called when a text composition system completes or cancels the current text composition session. See MDN.
OptionalonHandler that is called when a text composition system starts a new text composition session. See MDN.
OptionalonHandler that is called when a new character is received in the current text composition session. See MDN.
OptionalonOptionalonOptionalonHandler that is called when the user copies text. See MDN.
OptionalonHandler that is called when the user cuts text. See MDN.
OptionalonOptionalonOptionalonHandler that is called when the element receives focus.
OptionalonHandler that is called when the element's focus status changes.
OptionalonOptionalonOptionalonHandler that is called when the input value is modified. See MDN.
OptionalonHandler that is called when a key is pressed.
OptionalonHandler that is called when a key is released.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when the user pastes text. See MDN.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when text in the input is selected. See MDN.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalpatternRegex pattern that the value of the input must match to be valid. See MDN.
OptionalplaceholderText to display in the input when it has no value
OptionalsecondaryThe secondary label of the text field
OptionalsizeThe size of the text field
OptionalslotA slot name for the component. Slots allow the component to receive props from a parent component.
An explicit null value indicates that the local props completely override all props received from a parent.
OptionalspellAn enumerated attribute that defines whether the element may be checked for spelling errors. See MDN.
OptionalstyleThe inline style for the element. A function may be provided to compute the style based on component state.
OptionaltranslateOptionaltypeThe HTML input type for the text field
OptionalvalidateA function that returns an error message if a given value is invalid.
Validation errors are displayed to the user when the form is submitted
if validationBehavior="native". For realtime validation, use the isInvalid
prop instead.
OptionalvalidationWhether to use native HTML form validation to prevent form submission when the value is missing or invalid, or mark the field as required or invalid via ARIA.
OptionalvalueThe current value (controlled).
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.