Hi Domantas,
Thanks for using Syncfusion Products.
We suspect that the cause of the issue is, CSS not properly loaded at initial rendering. If you are referred CSS CDN link in your project, you can face issue on right and left icon at initial rendering. This issue because of component is rendered before referred on CSS file. So, we suggest to import CSS files for your component in the following way.
|
Styles.css
@import '~@syncfusion/ej2-angular-navigations/styles/material.css';
@import '~@syncfusion/ej2-angular-buttons/styles/material.css';
@import '~@syncfusion/ej2-angular-calendars/styles/material.css';
@import '~@syncfusion/ej2-angular-dropdowns/styles/material.css';
@import '~@syncfusion/ej2-angular-popups/styles/material.css';
@import '~@syncfusion/ej2-inputs/styles/material.css';
@import '~@syncfusion/ej2-base/styles/material.css';
|
Please find the below stackblitz link for your reference.
If the above solution does not solve your problem, could you please reproduce your issue with above stackblitz sample/send video with your issue/send your code. So, that we will check your issue and update a appropriate solution at earliest.
Regards,
Buvana S