palantir/blueprint

FR: MenuItems should allow tooltips

Open

#926 opened on Mar 31, 2017

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

Repository metrics

Stars
 (20,263 stars)
PR merge metrics
 (Avg merge 43d 10h) (27 merged PRs in 30d)

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