Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix that the checkboxes in the category tree don´t get hidden after closing
issue: NEXT-11418
author: Jannis Leifeld
author_email: [email protected]
author_github: @jleifeld
---
- Added computed properties
selectedItemsPathIds
andcheckedItemIds
to thesw-tree
component - Added bound properties
selectedItemsPathIds
andcheckedItemIds
to theitems
slot in thesw-tree
component - Changed the data value
checked
to a computed value with getter and setter - Added
selectedItemsPathIds
andcheckedItemIds
to thesw-tree-item
in the category tree