Enables the automatic focusing of the first focusable field on the form when it is displayed.
This is the default mode. It can be disabled by calling .disableAutoFocus. Note that there is also a form property that can disable auto-focus on the first visit to the first page of a form.
Executed
Client-side only.
Arguments
None
Example
function (helper) {
helper.enableAutoFocus()
}
Last modified on March 21, 2024