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
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)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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