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
fix(ui5-button): set icon-only attribute (#2567) (#2824)
Issue: When a ui5-button is created with blank text inside the component, for example
<ui5-button icon="message-information"> </ui5-button>, the attribute "icon-only" isn't set correctly.
Solution: Trim the node value when node is type of "TEXT_NODE" and check the length of the trimmed value.
FIXES: #2567
0 commit comments