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?