@extends('layouts.simple.master') @section('title', 'Base Inputs') @section('css') @endsection @section('main_content')
Use form-label and
form-control through create basic form.
Use form-floating to create floating form.
form-select to trigger the custom styles.
You may also choose from small and large custom selects to match our similarly
sized text inputs. class:- [form-select-lg/form-select-sm].
Set heights using classes like
form-control-lg and form-control-sm.
For default file/multiple file/disabled file/small
file/large file input for use <input> with
(type='file').
Use btn-square to define 0px border-radius.
Give textual form controls like
<input>s and <textarea>s an upgrade with
custom styles, sizing, focus states, and more.
Give textual form controls like
<input>s and <textarea>s an upgrade with
custom styles, sizing, focus states, and more.
Use btn-pill to define border-radius.
Use input-air-* to define bottom box-shadow.
Use id #cart_fields to dynamically add form
fields.
Use autosize-textarea to define custom
textarea and javascript textarea.
Use [*-maxlength] classes to define
maxlength for textarea and inputs.
Use multiple-selects class to define multi
select splitters.
Simple select and no multiple
Select works even with custom text. On background, original select is correctly updated with original values. Maximum alert message was changed.
Multiple select with group counter. You can select maximum 2 options of all categories.
Multiple select with group counter. You can select maximum 3 options ONLY from one cattegory.
Multiple select of size 7 with group counter. Second select is cleared, when first changed.