{% extends "partials/layouts/main-layout.html.twig" %} {% block css1 %} {% endblock %} {% block body_attributes %}
{% endblock %} {% block sidebar %} {% include "partials/sidebar.html.twig" %} {% endblock %} {% block hr_sidebar %} {% include "partials/horizontal-sidebar.html.twig" %} {% endblock %} {% block content %}
To use add form-control
class to the input
Add attribute disabled
to disable input field.
Add attribute value="VALUE"
to set predefined value.
Add attribute readonly
to set field readonly.
Add attribute
placeholder="..."
to input area.
Add attribute maxlength="6"
to input area.
Add attribute minlength="5"
to input area.
Using input type="text"
Using input type="password"
Using input type="tel"
Using input type="email"
Using input type="url"
Using input type="search"
Using input type="number"
Using
input type="datetime-local"
Using input type="date"
Using input type="time"
Using input type="week"
Using input type="month"
Using input type="color"
Use form-control-color
classs for bootstrap colorpicker
Using input type="range"
To use add .form-select
class
To use add multiple
to the field
To use add
.input-group-prepend
class to the div
To use add
.input-group-append
class to the div
To use add
.form-control-file
class to the input
To use add
disabled
attr to the input
To use add
.form-control-sm
class to the div
To use add
.form-control-lg
class to the div
To use add
justify-content-start
class to the text
To use add text-center
class to the text
To use add
justify-content-end
class to the text
To use add is-valid
class to the input
To use add is-invalid
class to the input
To use add form-horizontal
class to the input
To use add form-horizontal
class to the input