@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
Use js-example-basic-single
, js-example-basic-multiple
, js-example-data-array
, js-example-templating
, select-flag-templating
, class to show select2 example.
Select2 will respond to the disabled attribute on <select>
elements. You can also initialize Select2 with disabled: true to get the same effect.