MitchellMarinoDev / leptos_form_tool

A declarative way to create forms for leptos.
Other
5 stars 2 forks source link

Allow Select Options Based on Form Data #11

Closed MitchellMarinoDev closed 3 months ago

MitchellMarinoDev commented 3 months ago

For my use case, I need the options in a Select to change based on a different field in the form.

To do this, I need access to the entire form data when constructing the select options.

I'm not sure if this is possible.