Read more

Hiding the clear input button of Edge (with EdgeHTML engine)

Dominik Schöler
August 30, 2019Software engineer at makandra GmbH

We no longer support Edge with the old EdgeHTML engine.

Edge (and some versions of Internet Explorer, like IE11) use to render a × clear input button on text fields. While this is intended as a nicety for users, it comes in annoying when you've built and styled your own clear input button.

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Hide the Edge × with this pseudo selector:

input::-ms-clear
  display: none
Posted by Dominik Schöler to makandra dev (2019-08-30 12:08)