= $this->section('css') ?> */ ?> = $this->endSection() ?> = $this->section('additionalExternalJs') ?> ?> = $this->endSection() ?> = $this->section('additionalInlineJs') ?> 'use strict'; const select2 = $('.select2'); // Select2 // -------------------------------------------------------------------- if (select2.length) { select2.each(function () { var $this = $(this); $this.wrap('
').select2({ placeholder: 'Select value', dropdownParent: $this.parent() }); }); } = $this->endSection() ?>