Remove Arrow in the Select Component

Hi

Is there a way to remove the arrow from the Select component?
BS-Capture1

Thanks

You can try this
CSS

select {
  appearance: none;
}

Thanks kuligaposten

I tried adding it using inline css

and it still shows the arrow
BS-Capture1

Did I miss anything? Thanks

Thanks kuligaposten

I have found the answer, I have to set the background:none

thanks