mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(autocomplete): incorrect prop name in getEmptyPopoverProps (#2716)
* fix(autocomplete): incorrect prop name in getEmptyPopoverProps * chore(changeset): update changeset message
This commit is contained in:
parent
abf532b548
commit
25640e42ff
5
.changeset/six-seas-shout.md
Normal file
5
.changeset/six-seas-shout.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/autocomplete": patch
|
||||
---
|
||||
|
||||
Fixes incorrect prop name in getEmptyPopoverProps (#2715)
|
||||
@ -404,7 +404,7 @@ export function useAutocomplete<T extends object>(originalProps: UseAutocomplete
|
||||
// avoid null node in `ariaHideOutside` from `@react-aria/overlays`
|
||||
return {
|
||||
ref: popoverRef,
|
||||
classNames: "hidden",
|
||||
className: "hidden",
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user