forked from wallabag/wallabag
Autocapitalize disabled for domain input filter
This commit is contained in:
committed by
Nicolas Lœuillet
parent
634997c9b5
commit
13b2752e8d
@ -103,6 +103,9 @@ class EntryFilterType extends AbstractType
|
|||||||
return $filterQuery->createCondition($expression);
|
return $filterQuery->createCondition($expression);
|
||||||
},
|
},
|
||||||
'label' => 'entry.filters.domain_label',
|
'label' => 'entry.filters.domain_label',
|
||||||
|
'attr' => [
|
||||||
|
'autocapitalize' => 'off',
|
||||||
|
],
|
||||||
])
|
])
|
||||||
->add('httpStatus', NumberFilterType::class, [
|
->add('httpStatus', NumberFilterType::class, [
|
||||||
'apply_filter' => function (QueryInterface $filterQuery, $field, $values) {
|
'apply_filter' => function (QueryInterface $filterQuery, $field, $values) {
|
||||||
|
|||||||
Reference in New Issue
Block a user