We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976f61c commit 3205bbdCopy full SHA for 3205bbd
reference/forms/types/options/button_auto_initialize.rst.inc
@@ -3,5 +3,7 @@ auto_initialize
3
4
**type**: ``boolean`` **default**: ``false``
5
6
-Sets whether the form should be initialized automatically. This option is
7
-not modifiable as buttons do not support automatic initialization.
+An internal option: sets whether the form should be initialized automatically.
+For all fields, this option should only be ``true`` for root forms and since
8
+a button can't be an entire form on its own, this is set to ``false``. You
9
+won't need to change this option and probably won't need to worry about it.
0 commit comments