Mitchell Marino mitchell
  • Joined on 2024-01-30
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 deleted branch feature/context from MarinoDev/leptos_form_tool 2024-06-12 23:45:35 +00:00
mitchell merged pull request MarinoDev/leptos_form_tool#27 2024-06-12 23:45:35 +00:00
Add context
mitchell closed issue MarinoDev/leptos_form_tool#19 2024-06-12 23:45:35 +00:00
Context
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 pushed to feature/context at MarinoDev/leptos_form_tool 2024-06-12 23:44:48 +00:00
fac8e515f6 remove the FS and CX generics
mitchell created pull request MarinoDev/leptos_form_tool#27 2024-06-12 23:10:40 +00:00
Add context
mitchell pushed to feature/context at MarinoDev/leptos_form_tool 2024-06-12 22:37:03 +00:00
e371ff748b impl context
4c6b6fa920 add context
Compare 2 commits »
mitchell pushed to feature/context at MarinoDev/leptos_form_tool 2024-06-12 22:04:23 +00:00
mitchell created branch feature/context in MarinoDev/leptos_form_tool 2024-06-12 22:04:23 +00:00
mitchell commented on issue MarinoDev/leptos_form_tool#12 2024-06-12 21:56:14 +00:00
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…