You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
It seems that the checkbox's indeterminate state (which corresponds to value=null) is not available once the element is attached. You can initially set it to indeterminate, but you cannot set to indeterminate state with value changes.
From the code here, you can see that the value is checked only on attached, and it cannot be set to indeterminate on subsequent value changes:
It seems that the checkbox's indeterminate state (which corresponds to value=null) is not available once the element is attached. You can initially set it to indeterminate, but you cannot set to indeterminate state with value changes.
From the code here, you can see that the value is checked only on attached, and it cannot be set to indeterminate on subsequent value changes:
aurelia-materialize-bridge/src/checkbox/checkbox.ts
Lines 54 to 58 in 2fa3313
The text was updated successfully, but these errors were encountered: