How can I set a certain tabindex values for Editor's inputs?
How can I set a certain tabindex values for Editor's inputs?
Vyacheslav
Posts: 70Questions: 27Answers: 0
in Editor
Would be nice to set tabindex something like this:
{ label: 'Last name', name: 'customers.last_name', tabindex: 10 }
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Each field type has an
attr
option which you can use to set this information. For example:See the field reference documentation for details.
Allan
Thanks a lot!