We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb52012 commit 90d5163Copy full SHA for 90d5163
components/lib/dropdown/dropdown.d.ts
@@ -76,6 +76,10 @@ export interface DropdownPassThroughOptions {
76
* Uses to pass attributes to the filter icon's DOM element.
77
*/
78
filterIcon?: DropdownPassThroughType<React.SVGProps<SVGSVGElement> | React.HTMLAttributes<HTMLSpanElement>>;
79
+ /**
80
+ * Uses to pass attributes to the filter clear icon's DOM element.
81
+ */
82
+ filterClearIcon?: DropdownPassThroughType<React.SVGProps<SVGSVGElement> | React.HTMLAttributes<HTMLSpanElement>>;
83
/**
84
* Uses to pass attributes to the wrapper's DOM element.
85
0 commit comments