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.
GetDropdownProps
1 parent d22bea7 commit 6bd21fcCopy full SHA for 6bd21fc
packages/autocomplete-core/src/types/getters.ts
@@ -11,7 +11,7 @@ export interface AutocompleteAccessibilityGetters<
11
getFormProps: GetFormProps<TEvent>;
12
getLabelProps: GetLabelProps;
13
getInputProps: GetInputProps<TEvent, TMouseEvent, TKeyboardEvent>;
14
- getDropdownProps: GetDropdownProps;
+ getDropdownProps: GetDropdownProps<TMouseEvent>;
15
getMenuProps: GetMenuProps;
16
getItemProps: GetItemProps<TItem, TMouseEvent>;
17
}
0 commit comments