Hi,
I'm building my UI using reagent/reagent-forms. I cannot figure out how build a dynamic select box as described in
for example.
The problem of reagent-forms seems to be that the form-template given to the bind-fields call is evaluated once. Therefore the options of the second select box are unaffected by any state changes resulting from using the first select box.
My problem is that I don't understand Javascript well, so I cannot follow the solution given on the linked web page.
Are there any ideas what I could do?
Johannes