How to disabled first Field focus when form open ?
How to disabled first Field focus when form open ?
NickZhang
Posts: 11Questions: 7Answers: 0
How to disabled first Field focus when form open ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
Is this with Editor? If so, the
focus
option of theform-options
object should do the trick. You can either pass that option in to your API call to trigger the editing (if you are using the API), or if you are using the predefined buttons use the configuration options for that parameter (formOptions.main
).Allan