EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 13, 2025, 09:55:08 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
Textbox has cancel icon (x) in IE 11
Pages: [
1
]
« previous
next »
Print
Author
Topic: Textbox has cancel icon (x) in IE 11 (Read 10918 times)
glarsen
Newbie
Posts: 39
Textbox has cancel icon (x) in IE 11
«
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
Re: Textbox has cancel icon (x) in IE 11
«
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
Re: Textbox has cancel icon (x) in IE 11
«
Reply #2 on:
August 21, 2014, 12:42:16 PM »
Thank you!
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...