Configuration
Avo version
4.0.0.beta.27
Rails version
8.1.3
Ruby version
4.0.2
License type
Are you using Avo monkey patches, overriding views or view components?
Description
Would be nice to combine react_on and visible like this:
field :deadline, as: :date_time, react_on: :priority, visible: -> { resource.record.severe_priority? }
Right now field visibility is not affected by changing the related field value
Additional context
Rep(r)o: https://github.com/4ndv/avo_field_bug_repro
Screenshots or screen recordings
Configuration
Avo version
4.0.0.beta.27
Rails version
8.1.3
Ruby version
4.0.2
License type
Are you using Avo monkey patches, overriding views or view components?
Description
Would be nice to combine
react_onandvisiblelike this:Right now field visibility is not affected by changing the related field value
Additional context
Rep(r)o: https://github.com/4ndv/avo_field_bug_repro
Screenshots or screen recordings