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
MaterialLabel does not escape the given text.
This behaviour is different from GWT Label and potentially enables XSS attacks.
GWT-Material Version: 1.6.2
Example: label.setText("<button>test</button>") - will display a button, instead of text