Side Menu: Deselecting

The side menu when initialized has no options selected. How do I return the component to that state? this.select( ‘false id’ ) works but I was not sure if that is best practice. It does generate error in debug.

Hi, you can use .unselect(id) to remove selection of the specified item or .unselectAll() to clear any existing selection.