Skip to content

Commit

Permalink
fix(autocomplete): missing popover props except content (#4496)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong authored Jan 5, 2025
1 parent a43b156 commit 0c45fed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-news-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/autocomplete": patch
---

fix missing popover props except content (#4484)
1 change: 1 addition & 0 deletions packages/components/autocomplete/src/use-autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0c45fed

Please sign in to comment.