Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Ability to hide Microsoft clear button on input #204

Open
MKuenzi opened this issue Jul 19, 2016 · 0 comments
Open

Ability to hide Microsoft clear button on input #204

MKuenzi opened this issue Jul 19, 2016 · 0 comments

Comments

@MKuenzi
Copy link

MKuenzi commented Jul 19, 2016

I am implementing a paper-input with a clear button, but of course this looks funny when you have my component open in IE which also has it's own clear button. I am not sure of the correct way the team would like to solve this but if I had the ability to hide the clear button in IE I would be very happy.

Could be fixed with something simple as a selector, or perhaps just add a mixin or variable so you do not break anyone who likes the fact IE does this....

https://msdn.microsoft.com/en-us/library/windows/apps/hh465740.aspx

input::-ms-clear { display: none; }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant