Open
Description
Since 54ebd4b (Utilize mpowaga:jquery-fileupload package), the accept attribute is not present in the input file. The template for the upload button is receiving
the following data:
+ selectFileBtnData: ->
+ label: @atts.label or 'Choose file'
+ accepts: @atts.accepts
but the template is still referencing accept
helper.
Did accepts
(plural) meant to support the same functionality as the old accept
helper[1]?
If yes, please rename it back to the singular form so you don't have to change documentation or existing apps.
If not then there's a problem :)
[1] For your reference, the commit history affecting this feature:
Metadata
Metadata
Assignees
Labels
No labels
Activity