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

:disabled="disabled" not working #73

Open
Ronak-maker opened this issue Apr 8, 2021 · 1 comment
Open

:disabled="disabled" not working #73

Ronak-maker opened this issue Apr 8, 2021 · 1 comment

Comments

@Ronak-maker
Copy link

not able to disable color picker

@ShetlandJ
Copy link

ShetlandJ commented Sep 13, 2021

Here is our solution (stripped back for example):

    <div :class="{'disabled': isDisabled}">
        <verte /> 
    </div>
.disabled {
    pointer-events: none;
}

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