A standard hint control that can appear as an info, warning or error.
Usage:
<hint-control variant="success"> <normal-text value="Something succeeded!"></normal-text> ...</hint-control> Copy
<hint-control variant="success"> <normal-text value="Something succeeded!"></normal-text> ...</hint-control>
Readonly
To hide the hint while loading
<hint-control variant="warning" hide-when-busy.bind="true"></hint-control> Copy
<hint-control variant="warning" hide-when-busy.bind="true"></hint-control>
A standard hint control that can appear as an info, warning or error.
Usage: