Adds the ability to pass selectors for wizard step and substep pages in order to set the initial focus component for the page. An array of selectors is passed and will be used in order until a match if found. If no selectors are passed or none of the selectors match a component, then the next button is focuses if enabled, otherwise the cancel button is focused.
Description
Adds the ability to pass selectors for wizard step and substep pages in order to set the initial focus component for the page. An array of selectors is passed and will be used in order until a match if found. If no selectors are passed or none of the selectors match a component, then the next button is focuses if enabled, otherwise the cancel button is focused.