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
Is a contribution to support custom values for the Clarity Combobox something that will get accepted?
see #171
Combobox: support for custom values
The combobox is a really helpful component, it just lacks the addition of custom values.
Whenever custom values are needed, currently the datalist is used as a replacement, but this results in inconsistent user-interfaces. Datalist also has some display issues in different browsers.
In the following usecase the datalist can not serve as replacement.
Usecase Tags/Labels
We're using it to add tags/labels to an object - there the multi-selection of the combobox is really great as the added items are designed as input-chips.
So existing tags can be added, but of course we have the necessity to create new tags, that need to be added to the list.
Datalist does not work as replacement as it does not support multi-selection.
Usability guidance
Currently the differentiation when to use datalist / combobox often puzzles designers/developlers and in the end of course our users.
Having the combobox supporting custom values / free text input would be a great step to unify the user interface.
Hi Kevin, thanks for the quick reply. Is this also applicable for the multi-selection mode? So either multiple values can be added OR a new one can be entered?
Contribution desired?
Is a contribution to support custom values for the Clarity Combobox something that will get accepted?
see #171
Combobox: support for custom values
The combobox is a really helpful component, it just lacks the addition of custom values.
Whenever custom values are needed, currently the datalist is used as a replacement, but this results in inconsistent user-interfaces. Datalist also has some display issues in different browsers.
In the following usecase the datalist can not serve as replacement.
Usecase Tags/Labels
Usability guidance
Currently the differentiation when to use datalist / combobox often puzzles designers/developlers and in the end of course our users.
Having the combobox supporting custom values / free text input would be a great step to unify the user interface.
Related discussion in core: vmware-clarity/core#162
The text was updated successfully, but these errors were encountered: