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 4555cf8 commit 23f1c00Copy full SHA for 23f1c00
src/components/form/Form/Field.tsx
@@ -65,7 +65,7 @@ function getValueProps(
65
};
66
} else if (type === 'ComboBox') {
67
return {
68
- selectedKey: value,
+ selectedKey: value ?? null,
69
onSelectionChange: onChange,
70
71
} else if (type === 'Select') {
0 commit comments