mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-15 14:49:33 +00:00
Use tomselect for StructuralEntityType
This commit is contained in:
parent
f085402cba
commit
8d5427a1c3
6 changed files with 119 additions and 73 deletions
|
|
@ -60,11 +60,6 @@ class PartLotType extends AbstractType
|
|||
'label' => 'part_lot.edit.location',
|
||||
'required' => false,
|
||||
'disable_not_selectable' => true,
|
||||
'attr' => [
|
||||
'data-controller' => 'elements--selectpicker',
|
||||
'title' => 'selectpicker.nothing_selected',
|
||||
'data-live-search' => true,
|
||||
],
|
||||
]);
|
||||
|
||||
$builder->add('amount', SIUnitType::class, [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue