Inputs that accept typed input from users
For the correct usage of the input field check all the available stories and the Forms page under General Info
Minimum input values are used to enforce a user to buy a minimum number or amount of bids. This is also the only place where increment buttons are used.
Setting minimum values
Typically, the value of an accepted input field is greater than 0. Avoid allowing users to enter negative values in inputs.
Do
Don't
Which kind of field to render. The allowed values depend on the value type of `control` — a `FormControl<number>` accepts the number types, a `FormControl<string>` the text ones. For dates, use `fl-date-input`.
Set how to horizontally align the number increment input
Improves UX for form fields like Usernames, Emails, Company Names, etc. Autocomplete defaults to 'on' but you can disable it with 'off'. If you wish to use more specific tokens like 'given-name' and 'family-name', see the link below.
Set the background color of the input component
Not for general use. This is only for Messaging search. If you'd like to use this input, make sure you discuss with UI Eng
Not for general use. This is only for browse mobile page. If you'd like to use this input, make sure you discuss with UI Eng
Force color white for transparent cases in light mode.
First validation happens only on blur, and validates on keyup once an error exists
Not for general use. This is only for larger title inputs of type TEXT. If you'd like to use this input, make sure you discuss with UI Eng
Not for general use. This is only for search. If you'd like to use this input, make sure you discuss with UI Eng
Displays hint under input field upon focus
Not for general use. This is only for browse mobile page. If you'd like to use this input, make sure you discuss with UI Eng.
Not for general use. This is only for search. If you'd like to use this input, make sure you discuss with UI Eng
Hints the browser what kind of virtual keyboard to display when the input is focused.
Sets aria label for accessibility when there is no associated visible text
Set a minimum value for number inputs
Shake input on blur event
If false, the increment buttons will be hidden. Applies to InputType of NUMBER_TEXT and NUMBER.
Immediately check state of input with validation