Skip to content

Commit

Permalink
Merge pull request PrestaShop#22061 from NeOMakinG/issue22033
Browse files Browse the repository at this point in the history
Add select2 to the import localization select
  • Loading branch information
PierreRambaud authored Nov 27, 2020
2 parents 4ceb007 + 56b6158 commit 162fbb8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ public function buildForm(FormBuilderInterface $builder, array $options)
),
'choices' => $this->localizationPackChoices,
'choice_translation_domain' => false,
'attr' => [
'data-minimumResultsForSearch' => '7',
'data-toggle' => 'select2',
],
])
->add('content_to_import', ChoiceType::class, [
'label' => $this->trans(
Expand Down

0 comments on commit 162fbb8

Please sign in to comment.