mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-20 04:04:46 +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);
|
||||
},
|
||||
'label' => 'entry.filters.domain_label',
|
||||
'attr' => [
|
||||
'autocapitalize' => 'off',
|
||||
],
|
||||
])
|
||||
->add('httpStatus', NumberFilterType::class, [
|
||||
'apply_filter' => function (QueryInterface $filterQuery, $field, $values) {
|
||||
|
Loading…
Reference in New Issue
Block a user