Mitchell Marino mitchell
  • Joined on 2024-01-30
mitchell commented on issue MarinoDev/leptos_form_tool#29 2024-06-18 19:20:53 +00:00
Form is submitable when parse fails but validation succeeds.

fixed by checking the current validation state. This technically allows a case where if the initial value of the form data fails to parse (only possible if data doesn't round trip) then that will…

mitchell closed issue MarinoDev/leptos_form_tool#12 2024-06-18 19:18:58 +00:00
Add support for conditional rendering
mitchell commented on issue MarinoDev/leptos_form_tool#12 2024-06-18 19:18:54 +00:00
Add support for conditional rendering

Conditional validation is now done

mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-18 19:18:41 +00:00
89375a5b0c conditional validation
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-18 18:10:52 +00:00
bbde4d6331 context is now a Rc
mitchell commented on issue MarinoDev/leptos_form_tool#12 2024-06-18 18:10:29 +00:00
Add support for conditional rendering

Lastly, we need to only run the validation if the component is showing

mitchell commented on issue MarinoDev/leptos_form_tool#12 2024-06-18 17:59:06 +00:00
Add support for conditional rendering

Making the view a closure and moving that closure inside the show worked! Show When now works.

mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-18 17:58:03 +00:00
da84bdbb27 Conditional Rendering WORKS!
mitchell commented on issue MarinoDev/leptos_form_tool#12 2024-06-18 16:14:52 +00:00
Add support for conditional rendering

Conditional Rendering implemented, but has hydration issues.

Most likely this is happening because no matter weather the show is true or not, we are still rendering the view, but then only…

mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-18 16:12:31 +00:00
835271cd22 control flow
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-17 22:37:00 +00:00
0339a2ee96 change the privacy modifiers on the ControlData
mitchell opened issue MarinoDev/leptos_form_tool#29 2024-06-17 19:08:36 +00:00
Form is submitable when parse fails but validation succeeds.
mitchell pushed to main at MarinoDev/blk_box_bc 2024-06-16 04:38:30 +00:00
edd2e31321 working rfid and i2c
mitchell commented on issue MarinoDev/leptos_form_tool#12 2024-06-13 16:04:08 +00:00
Add support for conditional rendering

If the validations always run and only the control is shown/hidden that would check all the boxes. However, if that validation fails, the form wouldn't submit and there would be no indication as…

mitchell opened issue MarinoDev/leptos_form_tool#28 2024-06-13 15:49:57 +00:00
Add contextless versions of the builders
mitchell pushed to main at MarinoDev/blk_box_bc 2024-06-13 03:57:46 +00:00
0b0d0f4875 rfid working
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-12 23:45:35 +00:00
7d855e764f Merge pull request 'Add context' (#27) from feature/context into main
fac8e515f6 remove the FS and CX generics
e371ff748b impl context
4c6b6fa920 add context
Compare 4 commits »
mitchell closed issue MarinoDev/leptos_form_tool#19 2024-06-12 23:45:35 +00:00
Context
mitchell merged pull request MarinoDev/leptos_form_tool#27 2024-06-12 23:45:35 +00:00
Add context
mitchell deleted branch feature/context from MarinoDev/leptos_form_tool 2024-06-12 23:45:35 +00:00