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 66bdd39 commit 42065a8Copy full SHA for 42065a8
src/components/fields/ComboBox/ComboBox.tsx
@@ -109,7 +109,7 @@ export interface CubeComboBoxProps<T>
109
AriaComboBoxProps<T>,
110
AriaTextFieldProps {
111
defaultSelectedKey?: string;
112
- selectedKey?: string;
+ selectedKey?: string | null;
113
onSelectionChange?: (selectedKey: string | null) => void;
114
onInputChange?: (inputValue: string) => void;
115
inputValue?: string;
0 commit comments