Issue with skipAutoFocus not recognizing values

Has anyone come across a problem with skipAutoFocus where it is not recognising the value?
We have a formLayout which in the firstColumnContents calls a rule which sets up most of the form from form components which are passed into the rule as parameters. The rule first displays a sectionLayout to ask if the user wishes to continue and if yes then shows the form components.
Setting skipAutoFocus: true() just outside the firstColumnContents in the formLayout does not seem to work.
Does anyone know how to get around this problem?
Any help would be appreciated.

Appian Forum skipautofocus problem.txt

OriginalPostID-195456

OriginalPostID-195456

  Discussion posts and replies are publicly visible

Parents
  • Hi Suem,
    This field "skipAutoFocus" is available from v7.11 . Please crosscheck which version you are using. And the first component in a form should meet following conditions.
    form forum Notes, Focus will automatically be applied on initial load to the first component in a form that meets the following conditions:
    The component is one of the following: checkbox, decimal, dropdown, encrypted text, integer, paragraph, radio button, text
    The component is neither read-only nor disabled
    The component is not in an initially collapsed section
Reply
  • Hi Suem,
    This field "skipAutoFocus" is available from v7.11 . Please crosscheck which version you are using. And the first component in a form should meet following conditions.
    form forum Notes, Focus will automatically be applied on initial load to the first component in a form that meets the following conditions:
    The component is one of the following: checkbox, decimal, dropdown, encrypted text, integer, paragraph, radio button, text
    The component is neither read-only nor disabled
    The component is not in an initially collapsed section
Children
No Data