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 94186ea commit 4de2ad9Copy full SHA for 4de2ad9
reference/forms/types/collection.rst
@@ -56,8 +56,7 @@ address as its own input text box::
56
'type' => 'email',
57
// these options are passed to each "email" type
58
'options' => array(
59
- 'required' => false,
60
- 'attr' => array('class' => 'email-box')
+ 'attr' => array('class' => 'email-box')
61
),
62
));
63
0 commit comments