Open Paul-Bob opened 4 months ago
From https://github.com/avo-hq/avo/discussions/1356#discussioncomment-4337013
We want to be able to influence some fields from other fields.
Possible API:
field... field... dynamic do field :type if value[:type] == :something field :sub_type_1 else field :subtype_2 end end
Let's also explore something like:
field :one, ... field :two, ... field :name, listening: [:one, :two], on_notify: -> { ... }
Related:
https://github.com/avo-hq/avo-3/issues/37
From https://github.com/avo-hq/avo/discussions/1356#discussioncomment-4337013
We want to be able to influence some fields from other fields.
Possible API:
Let's also explore something like:
Related: