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 6eada5b commit 9776a37Copy full SHA for 9776a37
reference/constraints/File.rst
@@ -246,7 +246,7 @@ You can find a list of existing mime types on the `IANA website`_.
246
247
When using this constraint on a :doc:`FileType field </reference/forms/types/file>`,
248
the value of the ``mimeTypes`` option is also used in the ``accept``
249
- attribute of the related ``<input type="widget"/>`` HTML element.
+ attribute of the related ``<input type="file"/>`` HTML element.
250
251
This behavior is applied only when using :ref:`form type guessing <form-type-guessing>`
252
(i.e. the form type is not defined explicitly in the ``->add()`` method of
0 commit comments