material_admin-8.x-1.0-alpha7/templates/form/input--date.html.twig
templates/form/input--date.html.twig
{#
/**
* @file
* Theme override for an 'input' #type form element.
*
* Available variables:
* - attributes: A list of HTML attributes for the input element.
* - children: Optional additional rendered elements.
*
* @see template_preprocess_input()
*/
#}
{{ attach_library('material_admin/date_and_time') }}
<input{{ attributes }} />{{ children }}
