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
fix(Table): use Checkbox isChecked null for indeterminate state
Use the PatternFly Checkbox component's native indeterminate support
by setting isChecked to null instead of manually setting the DOM property.
This is the correct way to show indeterminate state in PatternFly checkboxes.
0 commit comments