Docs
API
  • tabindex

    Number

    Sets a DOM tabIndex for this field.
    tabIndex may be set to -1 in order to remove the field from the tab rotation.
    Available for fields with input.

    Example

    
    ...
    items: [{
      label: 'Age',
      type: 'number',
      name: 'age',
      tabIndex: 2
    },{
    ...
    

    Default

    
    undefined