telerik - Kendo ComboBox is showing four loading gears while fetching data from server -
kendo combobox showing 4 loading gears when fetching data server instead of one. design or bug? how can fix it?
steps reproduce:
- visit http://demos.telerik.com/kendo-ui/combobox/serverfiltering
- in chrome open developer tools -> network -> check offline
- now type 3 characters.
this bug, background-repeat , background-position styles seem missing in latest kendo ui version. can add them manually until fix applied out-of-the-box:
.k-i-loading, .k-loading, .k-loading-image { background-repeat: no-repeat; background-position: center center; }
Comments
Post a Comment