e-success does not show green border on Multiline textbox

When adding the class e-success to a SfTextBox, the green border shows on the <input /> but it does not show on the <TextArea /> control.

3 Replies

SN Sevvandhi Nagulan Syncfusion Team May 25, 2020 06:30 AM UTC

Hi Michael, 



Greetings from Syncfusion support. 


You can apply the style for e-success class in the sample as mentioned below code example, 

<style> 
    .e-success textarea.e-input, .e-control-wrapper.e-success textarea.e-input { 
        border-bottom-color: #22b24b; 
    } 
     .e-float-input.e-success textarea,.e-float-input.e-control-wrapper.e-success textarea { 
        border-bottom-color: #22b24b; 
    } 
</style> 




Regards, 
Sevvandhi N 



MI Michael May 27, 2020 08:37 PM UTC

Thanks!


SN Sevvandhi Nagulan Syncfusion Team May 28, 2020 04:29 AM UTC

Hi Michael, 


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


Regards, 
Sevvandhi N 


Loader.
Up arrow icon