grigorzyapkov
grigorzyapkov
### NextUI Version 2.2.9 ### Describe the bug Individually import Tabs component in a server side component causes an error. import { Tab, Tabs } from '@nextui-org/tabs' Uncaught Error: Unknown...
### Is your feature request related to a problem? Please describe. The Autocomplete component doesn't support multiple items selection. ### Describe the solution you'd like It would be nice to...
### NextUI Version 2.3.0 ### Describe the bug NavbarMenuItem doesn't close the menu after clicked. ``` { // do something here... }} > Label ``` ### Your Example Website or...