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 841bb52 commit 2aac582Copy full SHA for 2aac582
packages/pluggableWidgets/combobox-web/src/hooks/useDownshiftSingleSelectProps.ts
@@ -35,7 +35,7 @@ export function useDownshiftSingleSelectProps(
35
if (
36
selector.onFilterInputChange &&
37
type &&
38
- (type === "__input_change__" || type.includes("input_change")) &&
+ (type === "__input_change__" || type?.includes("input_change")) &&
39
inputValue &&
40
inputValue.trim().length > 0
41
) {
0 commit comments