Cheat Sheet
Official JSF cheat Sheet
Prop options
Prop type
Options
*
titleField title.requiredMake field required.defaultDefault value to be used on fresh forms.advancedDefaultconstenabledIfMake this field conditional.evalValidatorsSpecify custom validation rules.handlerChange behaviour.virtualIgnore this field when submiting. 👻nullableWhen no value set, pretend to benull.
string
formatCan be one of: 'email', 'hostname', 'uri', 'uri-reference', 'ipv4', 'ipv6', 'mac', 'date-time', 'date', 'time', 'regex', 'color', 'credit-card', 'phone'.minLengthMin. allowed length.maxLengthMax. allowed length.patternReqex rule. Have fun 😁 .secretMake this filed show as password.multilineMake this field show as textarea.
array
items🐣uniqueItemsminItemsmaxItems
object
properties🐣
date
minimumMin. allowed date.maximumMax. allowed date.
number
minimummaximumexclusiveMinimumexclusiveMaximummaxDecimalDigits
integer
minimummaximumevenodd
Layout options
Layout type
Options
*
$modehtmlOuterClasshtmlClasspreferenceshandlerPreferencesvisibleIf👻buildIf👻translatableFieldsonClicktooltipanalytics
Last updated
Was this helpful?