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.
any
ComboboxOptions
option
1 parent ff41b27 commit cf1fc7cCopy full SHA for cf1fc7c
packages/@headlessui-react/src/components/combobox/combobox.tsx
@@ -1563,7 +1563,7 @@ function ButtonFn<TTag extends ElementType = typeof DEFAULT_BUTTON_TAG>(
1563
let DEFAULT_OPTIONS_TAG = 'div' as const
1564
type OptionsRenderPropArg = {
1565
open: boolean
1566
- option: unknown
+ option: any
1567
}
1568
type OptionsPropsWeControl = 'aria-labelledby' | 'aria-multiselectable' | 'role' | 'tabIndex'
1569
0 commit comments