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.6.13
An Input component with type file does not show clear button when file selected and isClearable is set, its present but never becomes visible.
No response
Code is roughly:
<Input type="file" label="test" labelPlacement="outside-left" classNames={{ label: 'text-red-400' }} isClearable onClear={() => console.log('clear file')} /> <Input label="test" className="mt-4" classNames={{ label: 'text-primary-400' }} isClearable onClear={() => console.log('clear')} />
Clear button becomes visible
macOS
Chrome
The text was updated successfully, but these errors were encountered:
ENG-1907 [BUG] - Input with type file does not show clear button when file selected
Sorry, something went wrong.
wingkwong
Successfully merging a pull request may close this issue.
HeroUI Version
2.6.13
Describe the bug
An Input component with type file does not show clear button when file selected and isClearable is set, its present but never becomes visible.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Code is roughly:
Expected behavior
Clear button becomes visible
Screenshots or Videos
Screen.Recording.2025-01-18.at.10.29.22.AM.mov
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: