Hi,
I wanted to add some separators between my menu items, but I can't make them visible. Here is the structure of my menu items array:
items = [
{text: 'Actions on shift', icon: 'fas fa-chevron-right', items: Array(6)},
{text: 'Other actions', icon: 'fas fa-chevron-right', items: Array(2)},
{text: '-'},
{text: 'Employee info', icon: 'fas fa-chevron-right', items: Array(2)},
]
Is there something that I am missing?