Hello, I am trying to figure out how to change the text of a button when hovering it. I have accomplished this by doing it with text using a navigation panel but it seems that buttons do not have this feature. I can change the button hover using global CSS of course but that is not a very good fix.
There isn't indeed a hover property you can use to dynamically change the text of the button. If you want to have dynamic text on hover, you could do it with an html component.