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
close icon

while setting a border and border radius for dropdown or textbox some border is falling in dropdownlist

while setting a border and border radius for dropdown or textbox  all the four edge of the border of dropdownlist looks more darker and different and looks ugly.how to remove that. i have attached my code  for this kindly look at it. 
Thanks in Advance
Regards
A.Thowbik

Attachment: szjjtc.run_4006ceeb.zip

3 Replies

AB Ashokkumar Balasubramanian Syncfusion Team October 9, 2019 01:01 PM UTC

Hi thowfik, 
 
Good day to you. 
 
We have checked your requirement and attachments.  From that, you have set the border and border radius to overall component elements, but we need to set the border and border-radius for the component wrapper elements. Please find the below code snippet
 
.ip-box.e-dropdownlist .e-control-wrapper { 
         border-radius: 9px !important; 
         border: 1px solid black !important; 
         cursor: text; 
 } 
 
 
Could you please check the sample and get back to us, if you require any further assistance on this? 
 
Regards, 
Ashokkumar B. 



TH thowfik October 15, 2019 03:56 PM UTC

Still the issue exists
 




SP Sureshkumar P Syncfusion Team October 16, 2019 09:38 AM UTC

Hi Thowfik, 
 
We have checked the reported requirement. This is default browser behaviour. We have checked the css border-radius property with native HTML 5 textbox. This issue exists in native textbox also. Please find the screenshot 
 
 
 
 
 
Regards, 
Sureshkumar P 


Loader.
Live Chat Icon For mobile
Up arrow icon