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

How can I move the busy indicator to the left in RTL mode?

1 Answer 72 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Ron asked on 21 Oct 2013, 02:46 AM
Hi,

I'm using the Autocomplete control in a multi-language website. For the LTR languages the text is left adjusted and while autocomplete is waiting to get the list of words from server it shows a busy indicator on the right which is as expected. But for RTL languages that text is positioned on the right side the busy indicator still appears on the right over the typed word and makes it hard to read.
Is there a way to move the busy indicator to the left when needed? If not how can I at least turn it off?

Thanks
Ron

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 21 Oct 2013, 11:07 AM
Hello Ron,

Thanks for bringing the issue to our attention. It has been fixed and changes will take effect in the next internal and official builds. In the meantime, you can move the loading icon like this:

.k-rtl .k-autocomplete .k-loading,
.k-rtl .k-multiselect .k-loading
{
    right: auto;
    left: 3px;
}

I have also updated your Telerik points.

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
Ron
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or