我想要相当于:
<input type="week" (...)>
使用Symfony表格。
我试试这个:
{{ form_widget(form.date, {'attr': {'type': 'week'}}) }}
但它不起作用,我明白了:
<input type="date" (...) required="required" class="form-control" type="week" />
我使用这种类型:
DateType::class
感谢。
答案 0 :(得分:0)
您使用的方法<input type= "week" />
只会插入另一个类型属性。问题在于DateType :: class。虽然我调查了它,但我很确定symfony目前不支持WeekType::class
。或者在外行术语中,目前在symfony中没有.dropdown-content {
overflow-y:auto;
}
可用。