19declare(strict_types=1);
This describes text inputs.
withMaxLength(int $max_length)
Defines the Max Length of text that can be entered in the text input.
getMaxLength()
Gets the max length of the text input.
withoutStripTags()
Disable stripping tags from user input.