Skip to main content

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_init and ignore_update provision rules.
  • It may leverage readonly if the default value is static.
  • It may have on_delete and on_success event handlers, and on_failure if 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…