Give focus to a given element.
For convenience it will ignore null and undefined as element parameter.
null
undefined
If in a Vue context, please refer to the focus method included in @fkui/vue.
focus
@fkui/vue
Element to focus.
Focus options. If you pass boolean true or false it sets the force option.
true
false
force
Give focus to a given element.
For convenience it will ignore
null
andundefined
as element parameter.If in a Vue context, please refer to the
focus
method included in@fkui/vue
.