Hi
Is there a way to assign an id to a shinydashboard::dropdownMenu?
When I code something along the line of
...,
dropdownMenu(
type = 'tasks',
id = 'something',
icon = icon('tools'),
...
),
...
I get an error:
ERROR: Expected an object with class 'shiny.tag'
Thanks