How can I use custom select dropdown icon?
I tried rightSection but it can't click, and I don't know how to use "dropdownComponent" props.
That's pic is what style I want (use rightSection now), thank!
<Select
required
// error={}
data={listSeries}
// rightSection={dateRightIcon()}
styles={(theme) => ({
input: {
backgroundColor: theme.colors.teal[1],
},
})}
onChange={(event) => {
// set Series
}}
/>
#v6 change select icon
2 messages · Page 1 of 1 (latest)
Disable pointer events on the right section with Styles API