how to bind to properties rather then attributes? #2886
Unanswered
jimmywarting
asked this question in
1. Help
Replies: 1 comment 3 replies
-
AFAIK so if you're using something like Tailwind, you can do <input type="checkbox" class="appearance-none indeterminate:bg-gray-300 ..." /> |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
for things that isn't defined with attributes such as indeterminate on checkboxes... how can i set it?
tried things like:
but it only seems to do things with attributes?
Beta Was this translation helpful? Give feedback.
All reactions