canvas-kit icon indicating copy to clipboard operation
canvas-kit copied to clipboard

InputGroup doesn't show Clear Button if input initially has value

Open RayRedGoose opened this issue 1 year ago • 0 comments

🐛 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:  first input load clear button isn't visible.

after manually delete character: Screenshot 2024-09-10 at 4 33 38 PM

RayRedGoose avatar Sep 11 '24 18:09 RayRedGoose