Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
IconButon double quotes strings around tooltip.
When provided as string tooltip="This is the tooltip" this is displayed as "This is the tooltip"
When provided as Tooltip object: Tooltip(message="Another tooltip") this is displayed as {"message": "Another tooltip"}
It seems that - at least for the IconButton - the the json converted value of tooltip is displayed regardless whether is provided as string or as Tooltip object.
Textbutton does not have this problem (I've not tried other type of controls)
Beta Was this translation helpful? Give feedback.
All reactions