I want to make a selectbox with a reset button which resets the value to default.
I tried this with ng-options
and without it, following plunk have the code:
With ng-options
: Plunk
Without ng-options
: Plunk
Now the reset button works perfectly fine in both of them but I want to customize the select CSS and I have added classes for it but somehow it's not working, I want the select box to look something like this:
I am using bootstrap
with some customization for CSS.
This StackOverflow question is quite similar to my problem but they are applying CSS to the values however, I want the selectbox to be customized.