mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-01 18:27:51 +01:00
Autocapitalize disabled for domain input filter
This commit is contained in:
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user