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
API will be similar to Suggestion. We will use u-tags.
It will display chips, always before the input. We will not let the user render chips themselves, but we will let them customize how they look:
<*.Chipsrender={(..)=>returnJSX}/>
By default, creation mode is turned off, consumers can turn this on.
Designers will investigate how it will look visually. Today our multiple mode combobox has a checkbox before each option. we are unsure if we still want/need this.
The text was updated successfully, but these errors were encountered:
API will be similar to
Suggestion
. We will useu-tags
.It will display chips, always before the input. We will not let the user render chips themselves, but we will let them customize how they look:
By default, creation mode is turned off, consumers can turn this on.
Designers will investigate how it will look visually. Today our multiple mode combobox has a checkbox before each option. we are unsure if we still want/need this.
The text was updated successfully, but these errors were encountered: