Hi Alfredo,
Greetings from Syncfusion support.
You can achieve your requirement by overriding the below CSS in your application to get rid of the reported issue. Please find the code snippet and test sample below for reference.
[app.component.css]
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after, .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-in-wrap::after {
background: none;
}
|
OUTPUT:
Kindly check with the above sample. Please get back us, if you need further assistance.
Regards,
Ponmani M