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 cd0fd69 commit 9a0bf73Copy full SHA for 9a0bf73
reference/forms/types/date.rst
@@ -88,7 +88,7 @@ make the following changes::
88
// do not render as type="date", to avoid HTML5 date pickers
89
'html5' => false,
90
91
- // add a class that can eb selected in JavaScript
+ // add a class that can be selected in JavaScript
92
'attr' => ['class' => 'js-datepicker'],
93
));
94
0 commit comments