mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(autocomplete): missing popover props except content (#4496)
This commit is contained in:
parent
a43b156801
commit
0c45fed420
5
.changeset/seven-news-melt.md
Normal file
5
.changeset/seven-news-melt.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/autocomplete": patch
|
||||
---
|
||||
|
||||
fix missing popover props except content (#4484)
|
||||
@ -482,6 +482,7 @@ export function useAutocomplete<T extends object>(originalProps: UseAutocomplete
|
||||
triggerType: "listbox",
|
||||
...popoverProps,
|
||||
classNames: {
|
||||
...slotsProps.popoverProps?.classNames,
|
||||
content: slots.popoverContent({
|
||||
class: clsx(
|
||||
classNames?.popoverContent,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user