We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.4.0
Adding the type='hidden' attribute on the Input component does not hide it completely - it only hides the underlying HTML <input>.
type='hidden'
Input
<input>
No response
<Input type='hidden' />
Ideally the entire element should be hidden while still being able to retrieve the value in a form submission, etc.
The wrapper still being visible:
Windows
Edge
The text was updated successfully, but these errors were encountered:
ENG-953 [BUG] - <Input type='hidden' /> does not hide the entire component
Sorry, something went wrong.
wingkwong
Successfully merging a pull request may close this issue.
NextUI Version
2.4.0
Describe the bug
Adding the
type='hidden'
attribute on theInput
component does not hide it completely - it only hides the underlying HTML<input>
.Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
<Input type='hidden' />
Expected behavior
Ideally the entire element should be hidden while still being able to retrieve the value in a form submission, etc.
Screenshots or Videos
The wrapper still being visible:
Operating System Version
Windows
Browser
Edge
The text was updated successfully, but these errors were encountered: