AutoComplete with single input can't be styled using design tokens #17738
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
The docs of the
AutoComplete
list all the design tokens, e.g.autocomplete.border.color
. However these design tokens are only applied when multiple input is enabled.When only a single input is enabled, the component renders an
InputText
with its owninputtext
design tokens and the autocomplete tokens are not applied.Stackbliitz demo: https://stackblitz.com/edit/kngyt1td-dsmabwyk
The text was updated successfully, but these errors were encountered: