Input Time focus() Method
Definition and Usage
The focus() method is used to give focus to a time field.
Tip: Use the blur() method to remove focus from a time field.
Browser Support
| Method | |||||
|---|---|---|---|---|---|
| focus() | Yes | Yes | Yes | Yes | Yes |
Syntax
timeObject.focus()
Parameters
| None. |
Technical Details
| Return Value: | No return value |
|---|
❮ Input Time Object

