@extends('layouts.master') @section('title') @lang('translation.select2') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Forms @endslot @slot('title')Select2 @endslot @endcomponent
Basic Select2

Use js-example-basic-single, js-example-basic-multiple, js-example-data-array, js-example-templating, select-flag-templating, class to show select2 example.

Basic Select
Multi Select
Ajax Select
Templating
Selections Templating
Disabling a Select2 Control

Select2 will respond to the disabled attribute on <select> elements. You can also initialize Select2 with disabled: true to get the same effect.

@endsection @section('script') @endsection