From: Vincent Vanwaelscappel Date: Wed, 17 Sep 2025 16:35:04 +0000 (+0200) Subject: wait #7744 @2.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=adb7b870c4a0595c22d401775ea22f33cf0b0a75;p=cubist_cms-back.git wait #7744 @2.5 --- diff --git a/src/resources/views/fields/select2_from_array.blade.php b/src/resources/views/fields/select2_from_array.blade.php index 6ffdc5e..ebdc84a 100644 --- a/src/resources/views/fields/select2_from_array.blade.php +++ b/src/resources/views/fields/select2_from_array.blade.php @@ -120,6 +120,12 @@ if($ajax){ $(document).on('change', '.select2_from_array', function () { showSelectedValue(); }); + + $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { + setTimeout(function () { + initUntriggeredSelectFromArray($); + }, 10); + }); }); function showSelectedValue() {