Sometimes the icons of the components do not load correctly, I am using the latest versions of all kendo react packages, below is an example with the dropdown and dateTimePicker.
1 Answer, 1 is accepted
0
Filip
Telerik team
answered on 28 Nov 2022, 12:04 PM
Hi, Tony,
This behavior can be observed if the font icons file (WebComponents) is not completely loaded and since the KendoReact components are using "::before -> content:" for adding the code for the icon, symbols will be displayed instead. In some cases, if other font files are loaded in the project, the icon code could match some other cached icon and be displayed while the WebComponents (with the Kendo icons) font is loaded. Note that this could be observed with a failed request for retrieving the font file or with a slow internet connection or server.
A possible solution would be to inspect the browser's console and network tab to see if the request for the WebComponentsIcons file fails when you observe the problem. Additionally, you can try loading the themes locally (if you are currently loading them from the CDN):