@extends('layouts.vertical', ['pageTitle' => ''])
@section('css')
@endsection
@section('page-title')
@include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Inputs', 'pageSubTitle1' => 'Design', 'pageSubTitle2'=> 'Forms', 'pageSubText' => 'Form inputs styled and customizable input elements using classes like .form-control, .form-check, and .form-select for consistent design and functionality.'])
@endsection
@section('content')
Be sure to use an appropriate type attribute on all inputs (e.g., code email
for
email address or number for numerical information) to take advantage of
newer
input controls like email verification, number selection, and more.
Add disabled to an <input>, <select>, or
<button> to block interactions, with Bootstrap styling them
accordingly. Controls inside a <fieldset disabled> are also disabled.
For
<a> elements, Bootstrap
uses pointer-events: none; and reduced opacity instead.
.form-control-lg, .form-control-sm
and
for custom inputs, you can use .form-select-sm, .form-select-lg,
and
set widths using grid column classes like .col-lg-*