Labels

Here is a list of labbels you can use

  1. label : <bool|string> if false => Don't show label, if it's a text display custom text. By default display input name

  2. required <bool> is the input is checked when submit is called ? default : true

  3. mapped <bool> is the input is mapped to a data ? [see Deal With FormBuilder] default : false

  4. placeholder <string> the placeholder for the input. default empty

  5. class[] : css class to be applyed to the input, default: []

  6. row <int> : number of row (for TEXT and CKEDITOR types)

Last updated