Bindable fields help users enter secondary information into a text field. The actions are used to:
- bind to entities, such as variables
- refer to existing entities; or
- add a new entity.
Anatomy
|
Element |
Description |
Optional? |
|---|---|---|
|
1. Clearable action |
Button to display a clearable action for the text field. |
Yes |
|
2. hasSuffix |
Text or icon suffix, e.g. appending sec to a time field or using an icon for a dropdown |
Yes |
|
3. Secondary action |
Button to display one or two secondary actions. |
Yes |
Variants
Follows the same variants as TextField.
Component dependencies
This component is dependent on the following components:
TextField
Used to enter free-form text that’s no longer than one line.
Select
Used to choose a single option from a list of choices.
Help and support