This is a migrated thread and some comments may be shown as answers.

IE 10 "X" in input text box and "k-icon k-loading" overlapping

1 Answer 150 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Kerry
Top achievements
Rank 1
Kerry asked on 21 Aug 2013, 06:51 PM
 What is the best way to handle the IE 10 "X" being displayed in a text box when the loading spinner is being displayed?

See attached file for a screen shot of it in action.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 22 Aug 2013, 07:20 AM
Hi Kerry,

You have two options:

1) Remove the X sign with

.k-autocomplete .k-input::-ms-clear {
    display: none;
}


2) Move the loading icon with

.k-autocomplete span.k-loading {
    right: 20px;
}


Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
AutoComplete
Asked by
Kerry
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or