MyMelody Posted April 28, 2019 Report Share Posted April 28, 2019 Hi all. How can I remove the arrow down icon in a dropdown field? Thanks! Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted April 28, 2019 Report Share Posted April 28, 2019 Hi Melody, I believe that you are referring to this ↓ You can get rid of that icon by adding CSS style on the header of your DataPage. You can try this one: <style> .cbFormSelect{ -webkit-appearance: none !important; } </style> Hope this helps. -kristina Quote Link to comment Share on other sites More sharing options...
Question
MyMelody
Hi all. How can I remove the arrow down icon in a dropdown field?
Thanks!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.