To disable or not to disable #2209
frankhuurman
started this conversation in
General
Replies: 2 comments 3 replies
-
Yes, this is confusing. See #560 for a similar discussion, which led to PR #797. It introduced methods like |
Beta Was this translation helpful? Give feedback.
3 replies
-
I'm putting a list of links to read up. There's a lot of fun ways to hack this framework. I really enjoy it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just something funny I ran into while convinced that the correct argument to .props() was "disabled" to disable a checkbox, it's not! but it has interesting behaviour:
Regular checkbox
"Disabled" checkbox
As you can see, the checkbox is greyed out but it can still be toggled(also the cursor changes to a "disabled element" cursor)
"Disable" checkbox
Just a slightly different grey tint, but this one really can't be toggled and is truly disabled.
Lesson of the day:
Always make sure to read your Quasar docs to use the correct property name.
Beta Was this translation helpful? Give feedback.
All reactions