disable indeterminate globally #12365
-
|
Hello, recently i posted a question about indeterminate state of checkbox. Appereantly it was styling issue. After fixing it i steped on another issue - now all checkboxes that has null value became indeterminate. Is there any way to disable this globally and enable only on specific locations? |
Beta Was this translation helpful? Give feedback.
Answered by
waterplea
Oct 23, 2025
Replies: 1 comment 3 replies
-
|
No, |
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
No,
nullwould turn it true, becauseindeterminateis not an input, it's just a native property binding and control value would update it to true if the value of control isnull.