Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add leftColor and rightColor as options to QSelect items #913

Closed
nahuel opened this issue Sep 22, 2017 · 2 comments
Closed
Milestone

Comments

@nahuel
Copy link

nahuel commented Sep 22, 2017

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'   /***/
                     }]"/>`
@rstoenescu
Copy link
Member

Available in edge and future v0.14.4.
Thanks for this!

@rstoenescu
Copy link
Member

Props will be "leftColor" and "rightColor".

@rstoenescu rstoenescu changed the title [Feature Request] Add iconColor and rightIconColor as options to QSelect items [Feature Request] Add leftColor and rightColor as options to QSelect items Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants