-
This component works good in devices like desktop. But in devices like mobile and tablet the items aren't showing properly. I attached some videos to explain better.
https://github.com/user-a…
-
### Is your feature request related to a problem? Please describe.
Make autocomplete multiselect
### Describe the solution you'd like
Make autocomplete multiselect
### Describe alternatives you've…
-
### NextUI Version
2.2.2
### Describe the bug
## for example:
```
import React from "react";
import { Progress } from "@nextui-org/react";
export default function App() {
return (
…
-
### NextUI Version
"@nextui-org/react": "^2.2.9",
### Describe the bug
```
'use client';
import { useState, useMemo } from 'react';
import { useConnector } from 'react-instantsearch';
impor…
-
Over the past couple months, NextUI has proven to not be very flexible/customizable and has possible problems with being too heavy on the canvas (lag when dragging large list elements, lag when pannin…
-
-
### NextUI Version
2.3.1
### Describe the bug
I recently updated all my packages in my project to the latest version and it seems to have broken the routing setup with nextJS and NextUI.
Everywh…
-
It might be a loss for next-ui not integrated by default and it looks awful after integrated next-admin with my current shadcn settings(`cssVariables: true`):
![火狐截图_2024-03-29T18-54-06 675Z](https:/…
-
### NextUI Version
2.3.6
### Describe the bug
I have used select. The label of the select is larger then width of select. when I choose one option then the label overflow from the select UI.
…
-
### Describe the bug
Currently, the `Button` component uses the deprecated `onClick`. However, `onClick` is deprecated in favor of `onPress`, as shown in the warning below from React Dev Tools:
…