Disables the automatic focusing of the first focusable field on the form when it is displayed.
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.disableAutoFocus();
}
Last modified on December 11, 2024