Hi Lorryl,
Thank you for contacting Syncfusion support.
We have checked your query and currently, we don’t have any native property to hide the Caret icon in the menu. However, we would like to suggest you the below workaround solution to achieve your requirement.
|
.e-menu-wrapper .e-menu .e-menu-item.e-menu-caret-icon .e-icons.e-caret {
display: none;
}
.e-menu-wrapper .e-menu .e-menu-item.e-menu-caret-icon {
padding-right: 5px;
} |
Could you please check the above sample and get back to us with more information if we misunderstood your requirement or you need any further assistance on this?
Regards,
Silambarasan