We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vue 3.4.3 tailwindcss: 3.3.5
https://stackblitz.com/edit/gkjeab-kgdgd1?file=src%2FApp.vue
See working example
Changing the 'disabled' attribute without re-rendering the component seems to cause issues.
It should not require a re-draw of the component to get the expected disabled value
No response
The text was updated successfully, but these errors were encountered:
disabled
This fixes it. Didn't see it merge don dev branch
#228
Sorry, something went wrong.
No branches or pull requests
Environment
Link to minimal reproduction
https://stackblitz.com/edit/gkjeab-kgdgd1?file=src%2FApp.vue
Steps to reproduce
See working example
Describe the bug
Changing the 'disabled' attribute without re-rendering the component seems to cause issues.
Expected behavior
It should not require a re-draw of the component to get the expected disabled value
Conext & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: