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
Currency
Input that accepts a numeric input in the selected currency. Value must be greater than 0.
Accepts any valid email format.
Number
Accepts numeric inputs. We support minimum value inputs.
Number increment
Used when you want to give users an easier to use interface to increment a number.
Number text
Accepts numeric inputs, but returns value as a string. Useful when leading zeros are required.
Password
Input that contains an on/off visibility for users to track the input that they have typed.
Text
Standard text field that accepts any text or numeric input that is commonly shown in forms.
Looking for dates?
fl-date-input for a field that opens a calendar, and fl-date-range-calendar for a calendar with no field. Search
Standard text field that comes with the standard styling for search field.
Deprecation notice
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