Modify styles

Hello.
I am using the 'combobox' and I need to change the styles.
Currently when I click on an input field (or click on the caret-down to get the selections list), a red line appears on the bottom of the input field. I'd like to know how I can avoid this view.
Thanks in advance for your attention.

3 Replies 1 reply marked as answer

PM Ponmani Murugaiyan Syncfusion Team June 22, 2020 10:15 AM UTC

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 


Marked as answer

AL Alfredo June 22, 2020 02:03 PM UTC

Thank you for your help.
I've tried it and it's OK


SN Sevvandhi Nagulan Syncfusion Team June 23, 2020 04:34 AM UTC

Hi Alfredo, 


Thanks for the update. Please let us know if you need any other further assistance. 


Regards, 
Sevvandhi N 


Loader.
Up arrow icon