We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be88f69 commit 0c01e97Copy full SHA for 0c01e97
thingconnect.pulse.client/src/components/common/ComboboxSelect.tsx
@@ -72,6 +72,9 @@ export function ComboboxSelect({
72
<Combobox.Control>
73
<Combobox.Input
74
placeholder={placeholder || 'Select an option'}
75
+ value={
76
+ collection.items.find((item) => item.value === selectedValue)?.label || ''
77
+ }
78
/>
79
<Combobox.IndicatorGroup>
80
<Combobox.ClearTrigger
0 commit comments