Open
Description
Environment
Vuetify Version: 3.9.0
Vue Version: 3.5.17
Browsers: Edge 138.0.0.0
OS: Linux x86_64
Steps to reproduce
- Use a
computed()
with getter/setter for thev-model:selected
prop - Add "selected" items to the original array used to as the base for the computed selection
- Parents in the three aren't selected
Expected Behavior
- Parents should be selected/ in intermediate state
Actual Behavior
- Parents are not selected in indeterminate state