eleven-8.x-1.0-beta5/eleven/templates/component/form/input-file/input--file.html.twig
eleven/templates/component/form/input-file/input--file.html.twig
{{ attach_library('eleven/form.form') }}
{{ attach_library('eleven/form.file') }}
<input
{{ attributes.
removeClass(remove_classes).
removeAttribute('size')
}}
/>{{ children }}
<label for="{{ element['#id']}}" ><span>Choose a file</span></label>
