Lax Fields
A lax field is both an input and output field whose value may or may not be provided at creation
(e.g. email, phone_number).
- It must have either a default static value or a resolver for the default value.
- It may have a validator.
- It may also have a re-validator.
- It may leverage
ignore,ignore_initandignore_updateprovision rules. - It may leverage
readonlyif the default value is static. - It may have
on_deleteandon_successevent handlers, andon_failureif it has a validator.
Examples
Try it in the browser
username has a static default and no validator - leave the input empty to see the default kick
in.
Loading playground…