mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: listbox-section props (#4369)
This commit is contained in:
parent
93c9df15d9
commit
b5943db1fd
5
.changeset/angry-boxes-wonder.md
Normal file
5
.changeset/angry-boxes-wonder.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/listbox": patch
|
||||
---
|
||||
|
||||
fix listbox section items prop in html element (#4277)
|
||||
@ -51,6 +51,9 @@ const ListboxSection = forwardRef<"li", ListboxSectionProps>(
|
||||
// the title props is already inside the rendered prop
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
title,
|
||||
// removed items from props to avoid show in html element
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
items,
|
||||
...otherProps
|
||||
},
|
||||
_,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user