You can set the color of a QIcon by doing <q-icon name="warning" color="negative"/> but the icon and rightIcon color of a QSelect option can't be changed in the same way. It will be nice to do:
<q-select :options="[{label : 'somelabel',
value : 'someval',
icon : 'warning',
iconColor : 'negative' /***/
}]"/>`
Available in edge and future v0.14.4.
Thanks for this!
Props will be "leftColor" and "rightColor".
Most helpful comment
Available in edge and future v0.14.4.
Thanks for this!