-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should individual search fields have an "x" to clear them? #495
Labels
Comments
The screenshots were mocks, I thought I might tackle them as part of #480, but seemed better to leave it to #418 because it's not exclusively a style update. Chrome includes the (x) http://geektnt.com/how-to-remove-x-from-search-input-field-on-chrome-and-ie.html ... but we shouldn't rely on a browser-specific implementation. I think they're worthwhile to include. |
anselmbradford
added a commit
that referenced
this issue
Jul 29, 2014
- Adds search input manager for handling input clear button—little (x). - Disables autocomplete because field highlight color can’t be overridden. - Removes unused data-list attributes. - Adds tests for clearing the input fields.
anselmbradford
added a commit
that referenced
this issue
Jul 29, 2014
- Adds search input manager for handling input clear button—little (x). - Disables autocomplete because field highlight color can’t be overridden. - Removes unused data-list attributes. - Adds tests for clearing the input fields.
Merged
anselmbradford
added a commit
that referenced
this issue
Jul 29, 2014
- Adds search input manager for handling input clear button—little (x). - Disables autocomplete because field highlight color can’t be overridden. - Removes unused data-list attributes. - Adds tests for clearing the input fields.
anselmbradford
added a commit
that referenced
this issue
Jul 29, 2014
- Adds search input manager for handling input clear button—little (x). - Disables autocomplete because field highlight color can’t be overridden. - Removes unused data-list attributes. - Adds tests for clearing the input fields.
anselmbradford
added a commit
that referenced
this issue
Jul 29, 2014
- Adds search input manager for handling input clear button—little (x). - Disables autocomplete because field highlight color can’t be overridden. - Removes unused data-list attributes. - Adds tests for clearing the input fields.
anselmbradford
added a commit
that referenced
this issue
Jul 29, 2014
- Adds search input manager for handling input clear button—little (x). - Disables autocomplete because field highlight color can’t be overridden. - Removes unused data-list attributes. - Adds tests for clearing the input fields.
anselmbradford
added a commit
that referenced
this issue
Jul 29, 2014
- Adds search input manager for handling input clear button—little (x). - Disables autocomplete because field highlight color can’t be overridden. - Removes unused data-list attributes. - Adds tests for clearing the input fields.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@anselmbradford Up until your last style updates in PR #480, you had an "x" at the end of each search field. Is there a reason why you removed it in the end? I think that's a useful feature to have, but maybe it's just me. Looking around on GitHub for example, they don't provide the "x". Is there a best practice on this subject?
The text was updated successfully, but these errors were encountered: