blur()
Removes input focus from this element.
blur(): this;
Notes
- This method sends a
focusoutevent, if the element is currently focused and part of rendered output (see isOutput())
Related
class TestOutputElement
A class that represents a rendered output element.
