nanxstats / awesome-shiny-extensions

🐝 Awesome R and Python packages offering extended UI or server components for the web framework Shiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestedMenu library is not a context menu library

jfunction opened this issue · comments

commented

https://github.com/nanxstats/awesome-shiny-extensions/blame/master/README.md#L161

The NestedMenu library is described as exposing a "context menu". This is usually a menu which pops up when the user right clicks and displays items relevant to the location of the click (https://en.wikipedia.org/wiki/Context_menu). This is not what NestedMenu does - rather it displays a regular static menu which is nested. The fact that the library uses the contextMenu function is more of an implementation detail than a feature of the library itself.

I recommend it rather reads:
Multi-level dropdown menu selection input.