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 fc52120 commit efd9114Copy full SHA for efd9114
1 file changed
packages/pluggableWidgets/combobox-web/typings/ComboboxProps.d.ts
@@ -90,7 +90,7 @@ export interface ComboboxContainerProps {
90
onEnterEvent?: ActionValue;
91
onLeaveEvent?: ActionValue;
92
onChangeFilterInputEvent?: ActionValue<{ filterInput: Option<string> }>;
93
- debounceInterval: number;
+ debounceInterval?: number;
94
ariaRequired: DynamicValue<boolean>;
95
ariaLabel?: DynamicValue<string>;
96
clearButtonAriaLabel?: DynamicValue<string>;
0 commit comments