You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(search,textfield): displayLabel arg is undefined (#3660)
* chore: update textfield template arg
- sets displayLabel as undefined in textfield default args. Before, with
displayLabel set to true by default, components such as combobox,
search, stepper, had duplicate field label components and offset a bunch
of the icons & buttons within those components. With the displayLabel
undefined in the default args, any nested textfields in other components
will not render the field label that is embedded within the textfield.
* chore(search): removes displayLabel arg from nested textfield
0 commit comments