Need all side borders for ejs-multiselect dropdown

There is only bottom border present for the ejs-multiselect dropdown control. What is the way to get left, right and top border as well. What is the stylesheet/ class we should use for this?


1 Reply

SN Sevvandhi Nagulan Syncfusion Team July 8, 2021 06:56 AM UTC

Hi Priya, 


Greetings from Syncfusion support. 


We checked your query. To get border in all the side, we request that you to the outline theme by adding the e-outline class to the component using cssClass property. Refer the below code. 


  <ejs-multiselect id='localData' #local [dataSource]='countries' [fields]='localFields' [placeholder]='localWaterMark' cssClass="e-outline" width="200"></ejs-multiselect> 


Please find the sample below. 




Regards, 
Sevvandhi N 


Loader.
Up arrow icon