We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Incomplete border issue with drop down edit type in Syncfusion Grid for Fabric Theme

Team,

The border for some controls such as dropdown type in syncfusion grid when using with Fabric theme is incomplete. 
This is also there in syncfusion demos. I have attached an image link for help understand the issue.


How to fix it?

Thanks
Tuariq

3 Replies

PS Pavithra Subramaniyam Syncfusion Team November 11, 2019 11:10 AM UTC

Hi Tuariq, 

Greetings from Syncfusion, 

The reported issue occurs due to the icon background color is overlapped with the wrapper of the component. We have already logged a bug report for this issue in fabric theme on chrome browser and this fix will be included in our upcoming Essential studio Volume 4 2019 release expected to be rolled out by the month of December 2019.   


So, please use the below solution to get rid of the reported issue for DatePicker, NumericTextbox and DropDownList component.  

<style> 
  .e-input-group .e-input-group-icon, 
  .e-input-group.e-control-wrapper .e-input-group-icon { 
    background: none; 
  } 
 
  .e-input-group:not(.e-disabled.e-input-group-icon:hover, 
  .e-input-group.e-control-wrapper:not(.e-disabled.e-input-group-icon:hover { 
    border-bottom: 0.15px solid #767676; 
  } 
 
  .e-input-group.e-input-focus:not(.e-disabled.e-input-group-icon:hover, 
  .e-input-group.e-input-focus.e-control-wrapper:not(.e-disabled.e-input-group-icon:hover { 
    border-bottom: 0.50px solid #0078d6; 
  } 
</style> 
  
Please find the sample from the below link.  


Regards, 
Pavithra S, 



TU Tuariq November 12, 2019 09:00 AM UTC

Thank you team for the support. The issue is fixed by given solution.


PS Pavithra Subramaniyam Syncfusion Team November 12, 2019 10:26 AM UTC

Hi Tuariq,  

Thanks for your update. 

We are glad to hear that the provided solution is worked. 

Please contact us if you need any further assistance. As always, we will be happy to assist you.  

Regards,  
Pavithra S. 


Loader.
Live Chat Icon For mobile
Up arrow icon