Closed ethanwmiller closed 1 month ago
This issue has been validated and is a bug introduced with v3.1.0. It appears there is an issue with the new dependency on using auro-button
versus a standard button element in the UI.
Recommend using auro-input@3.0.1
until the UI issue can be resolved.
This issue is a bug coming from input where it is using a version of button that has not been released yet. This will be fixed once button's theming support is released and we update the version of auro-button within the repo. Moving ticket to blocked.
The work completed to fix this bug was done in this released PR:
Please verify the version of auro-input you have installed
3.1.1
Please describe the bug
The docsite does not show the latest version of auro-input; it has version 3.0.1 which does not have this issue.
Reproducing the error on the docsite
This issue cannot be reproduced on the Auro docsite
Expected behavior
Expected behavior: the "x" icon to clear the input shows up when you type into the input, not a weird blue spot in the corner.
What browsers are you seeing the problem on?
Firefox, Chrome, Safari
Additional context
Here are two screenshots. One shows the expected behavior, which works in version 3.0.1, and the other shows the bug in version 3.1.1. I've also pasted a simple HTML file which reproduces the issue.