I'm trying to change the style of selected items in a multi-select dropdown.
Instead of the gray background, I'd like for it to be transparent or white, with a thin border. I'm probably doing a dumb but I don't see it in the props or styles.
I'm trying to change the style of selected items in a multi-select dropdown.
Instead of the gray background, I'd like for it to be transparent or white, with a thin border. I'm probably doing a dumb but I don't see it in the props or styles.
You're going to need to use the Advanced Stylesheet, a custom theme, or style injection in order to do this.
Look for the classes:
.ia_dropdown_valuePill
.ia_dropdown_valuePill__value
.ia_dropdown_removeValue
Thank you!