Open
Description
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
Type
Projects
Status
Triage