FormField : define the maxlength property

This commit is contained in:
Dominique FOURNIER
2026-07-11 10:15:56 +02:00
parent 35534549fe
commit 1c54dc25a5
+4
View File
@@ -51,6 +51,10 @@ class Formfield
* Display the placeholder if needed
*/
public $placeholder = false;
/**
* The maximum length of the text field allowed to users
*/
public $maxlength;
/**
* The multiplicity of selection of the field (available in select only)
*/