Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v.2.6.11 #4500

Merged
merged 23 commits into from
Jan 5, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9d948e7
Merge branch 'main' into canary
jrgarciadev Dec 24, 2024
14e12eb
Merge branch 'canary' of github.com:nextui-org/nextui into canary
jrgarciadev Dec 24, 2024
413bcd7
Merge branch 'main' into canary
jrgarciadev Dec 24, 2024
07780a7
fix(drawer): use a top-level type-only import instead of inline type …
wingkwong Dec 24, 2024
388b2ed
Merge pull request #4438 from nextui-org/fix/eslint
jrgarciadev Dec 24, 2024
ab9ad9b
docs(input): update type prop to include "file" (#4444)
not-a-ethan Dec 26, 2024
a83388a
fix(alert): mark description optional & revise styles when only child…
wingkwong Dec 27, 2024
4f0ef58
fix: clipboard get the different unicode whitespace (#4392)
winchesHe Dec 28, 2024
fb46df2
fix(popover): correct initial animation direction to match fallback p…
ryo-manba Dec 30, 2024
d92468a
fix(deps): bump `@tanstack/react-virtual` to support react 19 peer de…
wingkwong Dec 30, 2024
e7ff673
fix(use-image): cached image flickering issue (#4442)
wingkwong Jan 2, 2025
16c57ec
fix+feat(select, listbox): bug on dataset with "sections", add suppor…
vinroger Jan 2, 2025
7c2bc4a
fix(autocomplete): clear autocomplete value when pressing clear butto…
wingkwong Jan 2, 2025
0401f25
fix(autocomplete): validate prop not working after hovering (#4452)
Peterl561 Jan 2, 2025
0eb96f6
feat(docs): nextUI with laravel (#4432)
sudongyuer Jan 2, 2025
5d0fc9f
fix(use-image): set status after hydrated (#4486)
wingkwong Jan 3, 2025
ef916ea
chore: new canary version
jrgarciadev Jan 3, 2025
a43b156
fix(navbar): hide overlay when menu is closed (#4490)
Peterl561 Jan 4, 2025
0c45fed
fix(autocomplete): missing popover props except content (#4496)
wingkwong Jan 5, 2025
33e0418
fix(popover): correct position logic (#4498)
ryo-manba Jan 5, 2025
b2e924f
fix(use-aria-link): onclick deprecation warning for Button as Link (#…
wingkwong Jan 5, 2025
da7003e
feat: add button open in stackblitz (#4461)
winchesHe Jan 5, 2025
eada8cb
ci(changesets): version packages (#4440)
github-actions[bot] Jan 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(autocomplete): missing popover props except content (#4496)
  • Loading branch information
wingkwong authored Jan 5, 2025
commit 0c45fed420747b41a4d2a7bb07e9582f6f609287
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
@@ -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,