Remove (now) useless selectpicker class from inputs.

This commit is contained in:
Jan Böhmer 2022-07-24 20:27:40 +02:00
parent 489f4b939a
commit f06ad01eb2
7 changed files with 0 additions and 11 deletions

View file

@ -81,7 +81,6 @@ class PartLotType extends AbstractType
'required' => false,
'disable_not_selectable' => true,
'attr' => [
'class' => 'selectpicker form-control-sm',
'data-controller' => 'elements--selectpicker',
'title' => 'selectpicker.nothing_selected',
'data-live-search' => true,