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

[Bug]: Changing the 'disabled' attribute without re-rendering breaks disabled #239

Closed
tance77 opened this issue Jan 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tance77
Copy link

tance77 commented Jan 2, 2024

Environment

Vue 3.4.3
tailwindcss: 3.3.5

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

@tance77 tance77 added the bug Something isn't working label Jan 2, 2024
@tance77
Copy link
Author

tance77 commented Jan 2, 2024

This fixes it. Didn't see it merge don dev branch

#228

@tance77 tance77 closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant