Skip to main content
6-Contributor
October 7, 2022
Question

Show tooltip on disabled buttons

  • October 7, 2022
  • 1 reply
  • 732 views

Hi all,

 

is it possible to show a buttons tooltip even if it is deactivated?

 

Reason is I want to change the tooltip text to explain to the user _why_ the button has been disabled.

 

Thanks

1 reply

16-Pearl
October 10, 2022

Possibly with custom css but I do not know it.

I often just add a label, whose Visibility is bound to the same source like the Disabled property of the button. Therefore, if the button is disabled the label is visible - showing the cause why it is disabled.