palantir/blueprint

FR: MenuItems should allow tooltips

Open

#926 opened on Mar 31, 2017

View on GitHub
 (7 comments) (9 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
P1Package: coreType: feature requesthelp wanted

Description

Especially if a menu item is disabled, a tooltip explanation would be very helpful for users.

Note: I can make this work currently by casting my tooltip with type any and setting it as the text prop.

Contributor guide