Styles the label to float/dock.
If true, floats the label by adding a CSS class; otherwise, docks it by removing the class.
Wrapper method to add an event listener to the component's root element. This is most useful when listening for custom events.
Styles the label to produce the label shake for errors.
If true, shakes the label by adding a CSS class; otherwise, stops shaking by removing the class.
Wrapper method to remove an event listener to the component's root element. This is most useful when unlistening for custom events.
Generated using TypeDoc
Fires a cross-browser-compatible custom event from the component root of the given type, with the given data.