Add Tooltips to Modal Buttons

I need tooltips on most of my modal open buttons to help explain when the user should use them, however, as modal buttons do not support tooltips, in nearly every case I have to hide the modal button always ({{ true }} in hide) and then add a regular button and a javascript query to open the modal to support tooltips.

Is it possible to add a tooltip to modals to avoid needing to duplicate the modal open button?

2 Likes

I'll second this request, I've got modals hiding all over the place for the same reason.

HI @krausenhaus & @church I just merged a PR for this feature, so it should be available in the next release (tomorrow for Cloud hopefully!)

1 Like

Awesome, thanks Mark!

Legend, thank you!