-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - Input labelPlacement and variant BUG #4585
Comments
Looks fine here too. |
This is my form code that yields the following image. Thank you guys for checking on your end i think it could be that the form submit wrapping is overriding some properties.
|
@jacobsaki Wrapping the input in a form should not be a problem. The |
My apologies, heres a cut down version with styles that still has the issue with label behavior:
|
This looks like the HeroUI styles are not loaded; what is tailwind.config.js and postcss.config.js |
That must be it because i added tailwind after creating the basic next js app (with app directory) and im unfamiliar with these files. tailwind.config.js:
postcss.config.js:
|
https://www.heroui.com/docs/frameworks/nextjs#manual-installation - you don't appear to have included any of the heroui setup. |
Ya I also think the styles are not loaded due to the misconfiguration.
|
HeroUI Version
2.6.13
Describe the bug
Form Input keywords "labelPlacement"="inside" and "variant"="underlined" are not functional.
this does not render the variant or label inside. The styling and parent components have no effect as even in isolation these fields have no effect on the output.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
I want to see the behavior outlined on https://www.heroui.com/docs/components/input
Screenshots or Videos
No response
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: