Closed DarkWolff71 closed 3 months ago
2.2.9
The styles of dropdown and input components are broken and are not as shown in the documentation. Also, tried with the template provided (https://github.com/nextui-org/next-app-template), but still facing the same issue.
Versions: node - v18.17.0 tailwind CSS - 3.3.5 framer motion - 10.16.4
No response
Add the following snippet to page.tsx:
The expected behavior should be as shown in the documentation
As shown in the image, the input and the dropdown within the red box have broken styles.
Windows 10
Chrome
Same here! Currently adding style={{ backgroundColor: "transparent" }} to the component to display properly
style={{ backgroundColor: "transparent" }}
Closing - no reproducible. The styles from the screenshots looks like you missed this step.
NextUI Version
2.2.9
Describe the bug
The styles of dropdown and input components are broken and are not as shown in the documentation. Also, tried with the template provided (https://github.com/nextui-org/next-app-template), but still facing the same issue.
Versions: node - v18.17.0 tailwind CSS - 3.3.5 framer motion - 10.16.4
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Add the following snippet to page.tsx:
Expected behavior
The expected behavior should be as shown in the documentation
Screenshots or Videos
As shown in the image, the input and the dropdown within the red box have broken styles.
Operating System Version
Windows 10
Browser
Chrome