EasyUI Forum
September 13, 2025, 12:12:26 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Textbox has cancel icon (x) in IE 11  (Read 10923 times)
glarsen
Newbie
*
Posts: 39


View Profile Email
« on: August 19, 2014, 08:22:53 AM »

Hi,

A textbox in IE 11 shows an 'x' after entering characters.  This does not happen in Firefox.

I want to use the clear icon textbox demo example but in IE both are displayed.

Thanks for any help,
Gary
Logged
wade.zhu
Newbie
*
Posts: 27


View Profile
« Reply #1 on: August 20, 2014, 02:11:48 AM »

add a css like this
Code:
input::-ms-clear, input::-ms-reveal {
display: none; /* For ie10+ */
}
Logged
glarsen
Newbie
*
Posts: 39


View Profile Email
« Reply #2 on: August 21, 2014, 12:42:16 PM »

Thank you!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!