21
Views
5
Comments
How to remove right arrow in iOS device?
Application Type
Mobile, Reactive

I am using the default dropdown when I check the ios device I can see a right-click arrow. I tried appearance: none but it's not working. I have attached a screenshot for reference.

2023-03-31 06-39-46
Asad Sheikh

Hi Sanju 

Go to CSS tab of that particular screen and give this CSS 

.dropdown-container:after{    

border:none
}
Please do let me know if it helps you.

Regards,
Asad.

2024-02-29 05-27-55
Sanju Singh Rathore

Thanks @Asad Sheikh 

I am talking about the option right-click icon not the down arrow on the select box. I have attached a screenshot for your reference please look into it.

2023-03-31 06-39-46
Asad Sheikh

If you will check in Android phone tick icon won't be there. In IOS by default it takes. 

2024-02-29 05-27-55
Sanju Singh Rathore

Yes, But I need to remove this icon on iOS device.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.