avo-hq/avo
Vedi su GitHubEnable a field to be displayes as another field on a different view
Open
#2315 aperta il 3 gen 2024
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.