canvas-kit
canvas-kit copied to clipboard
InputGroup doesn't show Clear Button if input initially has value
🐛 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: