-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Mentioned the automatic set of "accept" based on "mimeTypes" #12039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m wondering if this should go on the FileType form field docs. I would be using that field and maybe wondering how to add the mime type stuff and this would tell me. But I think it’s fine either way.
Ryan, I thought about that ... but the File form field doesn't have an |
@OskarStark do you know why this is failing?
The reference exists and I think the syntax is correct. Thanks. |
@javiereguiluz Are you sure? I cannot find the reference. |
It's strange. On my local computer I see this in the main But in the repository the reference is different: https://raw.githubusercontent.com/symfony/symfony-docs/4.4/forms.rst
|
OK, I've just rebased this PR to the latest 4.4 changes, so it should be OK now. Thanks. |
d82494c
to
72ee514
Compare
72ee514
to
17e1a5a
Compare
Fixes #12024.