@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 data-bs-spy="scroll"
attribute to update links in a navigation list based on the current scroll position. Scroll the area below the navbar and watch the active class change.
lect2 will respond to the disabled attribute on <select>
elements. You can also initialize Select2 with disabled: true to get the same effect.