tom-select
tom-select copied to clipboard
Problem with displaying icon of clear button after form validation.
After the form is validated, the icons overlap.

To Reproduce Add clear button plugin and then validate the form on submit. https://tom-select.js.org/plugins/clear-button/
Example https://jsfiddle.net/chaczyk/3oskyx2b/
Expected behavior Display a button to clear value in front of the validation icon.
I ended up working around it with a bit of CSS:
.is-valid .clear-button {
right: 3.75rem !important;
}
.is-invalid .clear-button {
right: 3.75rem !important;
}
This issue has not been active in 120 days and has been marked "stale". Remove stale label or comment or this will be closed in 15 days
This bug still exists.
This issue has not been active in 120 days and has been marked "stale". Remove stale label or comment or this will be closed in 15 days
This bug still exists.