Skip to content

expand form options to support only on updates or only on creates #6

@MikeCarbone

Description

@MikeCarbone

We need flexibility to discern whether this field is available only on creates or updates.

For example, maybe you want some field hidden on create but not on update, like an id.

maybe

form: {
  hidden: true 
  // or
  hidden: {
    on_create: true | false,
    on_update: true | false
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions