removes focus from a control of Form
blur(name: string): void;
Parameters:name: string
- optional, the name of a control. If the name is not specified, removes focus from the control that is currently in focus.Example
form.blur(); // removes focus from the control that is currently in focus
form.blur("checkbox"); // removes focus from the Checkbox control
Change log:
added in v.7.2
Previous
Form methods
Next
clear()
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4