avo-hq/avo

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

Open

#2315 aperta il 3 gen 2024

Vedi su GitHub
 (3 commenti) (2 reazioni) (0 assegnatari)Ruby (308 fork)user submission
DSL-relatedEnhancementHelp wanted

Metriche repository

Star
 (1778 star)
Metriche merge PR
 (Merge medio 1g 6h) (67 PR mergiate in 30 g)

Descrizione

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.

Guida contributor