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
I'm trying to allow users to add custom values to a Combobox. It is normal functionality of how a combobox should operate. Unforunatly Carbon doesn't allow it: carbon-design-system/carbon#6102
It turns out that if newCharacterName is initially set to '', then Combobox will still show the first item in the list.
However, newCharacterName is still ''. This means that the user is confused.
The user has to drop down list selected another item AND then select the original item again for newCharacterName to properly reflect the value displayed by the comboBox.
The text was updated successfully, but these errors were encountered:
I'm trying to allow users to add custom values to a Combobox. It is normal functionality of how a combobox should operate. Unforunatly Carbon doesn't allow it: carbon-design-system/carbon#6102
So as a workaround:
It turns out that if newCharacterName is initially set to
''
, then Combobox will still show the first item in the list.However, newCharacterName is still
''
. This means that the user is confused.The user has to drop down list selected another item AND then select the original item again for
newCharacterName
to properly reflect the value displayed by the comboBox.The text was updated successfully, but these errors were encountered: