Skip to content

Enable a field to be displayes as another field on a different view #2315

Open
@adrianthedev

Description

@adrianthedev

Feature

It's common to use two fields to display the same data in different views.

Example:

  field :status, as: :select, show_on: :forms, ...options
  field :status, as: :badge,  hide_on: :forms, ...options

Maybe there's an API to make this available without duplicating the fields.

Current workarounds

Using two fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DSL-relatedEnhancementNot necessarily a feature, but something has improvedHelp wantedWe could use some help with this

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions