You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our normalize CSS removes a non-standard (but useful) feature - a small "clear" button in the corner of search inputs.
I think that given we are targeting touch screen data entry it would be very convenient for users to have this back. It seems to work in Chrome and iOS, so no compatibility issues beyond the fact this is not in any kind of specification.
This is fine, but it doesn't work with dark backgrounds. We might need to implement some modifier classes (maybe at the level of .form-field-component) to account for this.
Side issue
It might be nice to have something similar for our other input types. Something like the below?
The text was updated successfully, but these errors were encountered:
Our normalize CSS removes a non-standard (but useful) feature - a small "clear" button in the corner of search inputs.
I think that given we are targeting touch screen data entry it would be very convenient for users to have this back. It seems to work in Chrome and iOS, so no compatibility issues beyond the fact this is not in any kind of specification.
I did some testing, and using the following sass:
Results in this:
This is fine, but it doesn't work with dark backgrounds. We might need to implement some modifier classes (maybe at the level of
.form-field-component
) to account for this.Side issue
It might be nice to have something similar for our other input types. Something like the below?
The text was updated successfully, but these errors were encountered: