mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* fix(popover): trigger disabled prop warning * chore(.changeset): fix typo * feat(dropdown): add @nextui-org/image * feat(dropdown): add more tests for custom trigger with isDisabled * feat(dropdown): make sure the menu can be open --------- Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
8 lines
224 B
Markdown
8 lines
224 B
Markdown
---
|
|
"@nextui-org/dropdown": patch
|
|
"@nextui-org/popover": patch
|
|
"@nextui-org/theme": patch
|
|
---
|
|
|
|
Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components.
|