does anyone know how to update a dropdown in avo form based on another field change (another dropdown for example)
i used attach scope but it only works when data is already there (so on new form it doesnt work) and also doesnt update on change
does Avo have such feature?
l
loud-jewelry-99127
04/24/2024, 1:51 PM
Hello @proud-breakfast-80041 welcome! We have the #740900436722188401 channel if you feel like sharing.
We actually have reactive fields on our roadmap but nothing released yet.
In order to achieve it you can implement a stimulus controller that react on a certain field event like we did on the course resource with city and countries
https://main.avodemo.com/avo/resources/courses/new
loud-jewelry-99127
04/24/2024, 1:52 PM
We have documentation about how to integrate a stimulus controller on a resource