Block a user
Add support for conditional rendering
This gets tough when you consider the validation and what should happen on the server.
Do you validate fields that aren't showing? Do you validate them on the server? What if the context is…
Dont provide style and FD for getting validator
mitchell
deleted branch feature/separate_validation_builder from MarinoDev/leptos_form_tool
2024-06-12 21:46:29 +00:00
Various improvements
mitchell
pushed to feature/separate_validation_builder at MarinoDev/leptos_form_tool
2024-06-12 21:46:08 +00:00
Compare 3 commits »
Various improvements
mitchell
pushed to feature/separate_validation_builder at MarinoDev/leptos_form_tool
2024-06-12 21:02:47 +00:00
mitchell
pushed to feature/separate_validation_builder at MarinoDev/leptos_form_tool
2024-06-12 20:49:34 +00:00
Dont provide style and FD for getting validator
It looks like we can even get rid of the fd field in the builder, since it's passed in in the render fn. Perhaps the same with the style.
Dont provide style and FD for getting validator
The problem is, if we pass the context in addition to the builder when building components (which is necessary for dynamic select options) then the context must be present for building the form…
mitchell
created branch feature/separate_validation_builder in MarinoDev/leptos_form_tool
2024-06-12 19:11:49 +00:00
mitchell
pushed to feature/separate_validation_builder at MarinoDev/leptos_form_tool
2024-06-12 19:11:49 +00:00
Dont provide style and FD for getting validator
Since we are putting the Validation Builder back in, it might make sense to get rid of the RenderFn