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

Custom icon property flip-horizontally-icon not working #7

Closed
juhasev opened this issue May 10, 2019 · 2 comments
Closed

Custom icon property flip-horizontally-icon not working #7

juhasev opened this issue May 10, 2019 · 2 comments

Comments

@juhasev
Copy link

juhasev commented May 10, 2019

Flip horizontally icon fails to render if you override rotation style and provide custom icon.

<v-image-input
                                    v-model="imageData"
                                    :image-quality="1"
                                    :clearable="true"
                                    image-format="png,jpeg"
                                    :image-height="200"
                                    :image-width="800"
                                    min-scaling="cover"
                                    :max-scaling="1"
                                    upload-icon="mdi-cloud-upload"
                                    rotate-clockwise-icon="mdi-rotate-right-variant"
                                    :rotate-clockwise-icon-style="{}"
                                    rotate-counterclockwise-icon="mdi-rotate-left-variant"
                                    :rotate-counterclockwise-style="{}"
                                    flip-vertically-icon="mdi-axis-y-rotate-counterclockwise"
                                    :flip-vertically-icon-style="{}"
                                    flip-horizontally-icon="mdi-axis-y-rotate-counterclockwise"
                                    :flip-horizontally-icon="{}"
                                    clear-icon="mdi-delete"
                            />
@SeregPie
Copy link
Owner

Hello. There is a small copy/paste mistake.

You wrote this:

flip-horizontally-icon="mdi-axis-y-rotate-counterclockwise"
:flip-horizontally-icon="{}"

But you mean that:

flip-horizontally-icon="mdi-axis-y-rotate-counterclockwise"
:flip-horizontally-icon-style="{}"

@juhasev
Copy link
Author

juhasev commented May 30, 2019

You are right! That's for late night coding! Thanks for pointing that out!

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