input and textarea an upgrade with custom styles, sizing, focus states, and more.
.form-control-lg and .form-control-sm.
disabled boolean attribute on an input to give it a grayed out appearance, remove pointer events, and prevent focusing.
readonly boolean attribute on an input to prevent modification of the input’s value.
readonly inputs can still be focused and selected, while disabled inputs cannot.