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
The current behavior is that you cannot have a display value that is completely separate from the actual selected value.
For example, using the existing combobox I would be unable to display the list below where the form value is the selected value, and the display value is always the selected displayName
The desired behavior is that I can have completely separate form and display values when using the combobox. Similar to how the following code snippet would log the selected values while never displaying the value.
I also am running into this problem, specifically because I have list items with duplicate text values. (The list items are user-defined.) The Combobox component's keyboard navigation currently falls apart when items have matching text values.
To use this combobox, I'll have to distinguish the items in the label text somehow, which is pretty limiting - I'd prefer to be able to distinguish them with decorations, subtitles, etc., but that wouldn't change the text value given to ComboboxOption so wouldn't solve the problem.
🚀 Feature request
Current Behavior
The current behavior is that you cannot have a display value that is completely separate from the actual selected value.
For example, using the existing combobox I would be unable to display the list below where the form value is the selected value, and the display value is always the selected
displayName
Desired Behavior
The desired behavior is that I can have completely separate form and display values when using the combobox. Similar to how the following code snippet would log the selected values while never displaying the value.
Suggested Solution
Implementing a standard or functionality similar to the html select
Who does this impact? Who is this for?
Users of the combobox component who need separate display/actual values
The text was updated successfully, but these errors were encountered: