From b825b4a53571638c0a4608830c5f2dcabbbdf136 Mon Sep 17 00:00:00 2001 From: alexndlm Date: Tue, 15 Oct 2019 10:35:47 +0300 Subject: [PATCH] Update Select2EntityType.php --- Form/Type/Select2EntityType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Form/Type/Select2EntityType.php b/Form/Type/Select2EntityType.php index e2ca2f5..74f5f2d 100644 --- a/Form/Type/Select2EntityType.php +++ b/Form/Type/Select2EntityType.php @@ -163,6 +163,7 @@ public function configureOptions(OptionsResolver $resolver) 'text_property' => null, 'placeholder' => false, 'language' => $this->config['language'], + 'theme' => $this->config['theme'], 'required' => false, 'cache' => $this->config['cache'], 'cache_timeout' => $this->config['cache_timeout'],