Hi Eduardo,
We have validated your reported query with a shared UG
sample. The issue was that the icon style in the index.css file was not
properly referred to in the textbox component. Kindly move the icon style from
index.css to style.css to display the icon in the textbox stack blitz sample. Refer to
the below code snippet and sample link.
|
.e-input-group-icon:before {
font-family: e-icons;
}
.e-input-group-icon.e-input-popup-date:before { /* csslint allow: adjoining-classes */
content: "";
}
|
Sample link: https://stackblitz.com/edit/angular-lkrvpa3j?file=src%2Fstyles.css
Please get back to us if you need any further
assistance.
Regards,
YuvanShankar A