PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
core
/
base
/
resources
/
views
/
forms
/
partials
@include('core/base::forms.partials.custom-select') @once @push('footer') <script> "use strict"; $('#' + '{{ Arr::get($selectAttributes, 'id') }}').select2({ minimumInputLength: 2, ajax: { url: '{{ Arr::get($selectAttributes, 'data-url') }}', quietMillis: 500, data: function (params) { return { q: params.term, }; }, processResults: function (data) { let results = data.data.map((item) => { return { id: item['id'], text: item['name'], }; }); return { results: results }; } } }); </script> @endpush @endonce
[-] error.blade.php
[edit]
[-] tree-category.blade.php
[edit]
[-] custom-select.blade.php
[edit]
[-] form-actions.blade.php
[edit]
[+]
..
[-] tree-categories.blade.php
[edit]
[-] google-fonts.blade.php
[edit]
[-] repeater.blade.php
[edit]
[-] file.blade.php
[edit]
[-] meta-box.blade.php
[edit]
[-] editor.blade.php
[edit]
[-] images.blade.php
[edit]
[-] helper.blade.php
[edit]
[-] toolbox.blade.php
[edit]
[-] image.blade.php
[edit]
[-] autocomplete.blade.php
[edit]
[-] custom-checkbox.blade.php
[edit]
[-] tinymce.blade.php
[edit]
[-] modal.blade.php
[edit]
[-] on-off.blade.php
[edit]
[-] image-box.blade.php
[edit]
[-] custom-radio.blade.php
[edit]
[-] errors.blade.php
[edit]
[-] status.blade.php
[edit]
[-] ckeditor.blade.php
[edit]
[-] color.blade.php
[edit]
[-] help-block.blade.php
[edit]