You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by mvwilpe September 1, 2024
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)
The text was updated successfully, but these errors were encountered:
Discussed in #3913
Originally posted by mvwilpe September 1, 2024
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)
The text was updated successfully, but these errors were encountered: