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
Implementation: Tooltip is currently implemented as a separate widget.
Problem: This approach contradicts Ensemble’s design philosophy, where widgets should not need to be wrapped by another widget solely to provide additional properties.
Proposed Solution:
Integration: Introduce native Tooltip properties directly within each Ensemble widget.
Properties to Add:
enableTooltip
tooltipMessage
tooltipStyle (under this, all other styling options would be available.)
Current Issue:
Proposed Solution:
enableTooltip
tooltipMessage
tooltipStyle
(under this, all other styling options would be available.)CC: @kmahmood74
The text was updated successfully, but these errors were encountered: