Describe all type specifiers for input

This commit is contained in:
Marcus Kammer 2023-11-09 11:04:03 +01:00
parent fdd6d6e693
commit 97b0fc8399

View file

@ -152,7 +152,9 @@ checkable macros."
(defun ctrl (type name label)
"Generates a basic Bootstrap form control with a label.
TYPE: Specifies the type of input, such as 'text', 'password', etc.
TYPE: Specifies the type of input, such as: 'button', 'checkbox', 'color', 'date', 'datetime-local',
'email', 'file', 'hidden', 'image', 'month', 'number', 'password', 'radio', 'range', 'reset',
'search', 'submit', 'tel', 'text', 'time', 'url', 'week'.
NAME: The name attribute for the control.