codersforcauses/wadl

Change Dropdown Component

Closed this issue · 3 comments

Basic Information

Currently we are using the default select tag.
Make it match the rest of our dropdown components (SearchSelect & MultiSelect)

Unfortunately the browser controls the styling of elements so we would have to rewrite the dropdown in a different way to style it.

Unfortunately the browser controls the styling of elements so we would have to rewrite the dropdown in a different way to style it.

Are you still planning to work on this? You'd have to create your own component (It would be somewhat similar to the SearchSelect and MultiSelect) It's good practice making components :)