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
A clear button shows up only on input event if there is value. If input has initial value a clear button isn't visible.
Add not empty value to input in InputGroup.
A clear button is visible if input has an initial value
input has initial value a clear button isn't visible.
on first input load: clear button isn't visible.
after manually delete character:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
A clear button shows up only on input event if there is value. If input has initial value a clear button isn't visible.
To Reproduce
Add not empty value to input in InputGroup.
Expected Behavior
A clear button is visible if input has an initial value
Actual Results
input has initial value a clear button isn't visible.
on first input load:
clear button isn't visible.
after manually delete character:
The text was updated successfully, but these errors were encountered: