Mitchell Marino mitchell
  • Joined on 2024-01-30
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-19 19:34:38 +00:00
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-19 16:21:32 +00:00
3c96a15680 add signals where appropriate
mitchell closed issue MarinoDev/leptos_form_tool#23 2024-06-19 16:12:07 +00:00
Dynamic Select Options
mitchell commented on issue MarinoDev/leptos_form_tool#23 2024-06-19 16:12:06 +00:00
Dynamic Select Options

Looks like it works. It gets a little more dicey when you load a resource, as that needs to be in a suspense, but create_local_resource works just fine.

mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-19 14:47:23 +00:00
c7c98f985f small tweaks
mitchell opened issue MarinoDev/leptos_form_tool#31 2024-06-19 14:42:04 +00:00
Add tags and all that to Cargo.toml
mitchell closed issue MarinoDev/leptos_form_tool#6 2024-06-19 14:40:48 +00:00
Macros
mitchell opened issue MarinoDev/leptos_form_tool#30 2024-06-19 14:40:40 +00:00
Add examples
mitchell closed issue MarinoDev/leptos_form_tool#18 2024-06-19 14:40:31 +00:00
Implement a style
mitchell closed issue MarinoDev/leptos_form_tool#22 2024-06-19 14:40:21 +00:00
Add tooltip field to controls
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-19 14:13:25 +00:00
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-18 23:30:19 +00:00
5f4358277e add docs and refactor GFStyle
mitchell commented on issue MarinoDev/leptos_form_tool#18 2024-06-18 23:27:05 +00:00
Implement a style

Check the shipping_scheulder inputs that we have defined to make sure we are getting everything that is possible

mitchell commented on issue MarinoDev/leptos_form_tool#23 2024-06-18 23:26:40 +00:00
Dynamic Select Options

Check that this works, and perhaps integrate signals to make it responsive.

mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-18 20:42:28 +00:00
1dc93d69f4 update docs
mitchell closed issue MarinoDev/leptos_form_tool#14 2024-06-18 20:28:24 +00:00
Send the data through the action instead of relying on the FromFormData
mitchell closed issue MarinoDev/leptos_form_tool#28 2024-06-18 20:27:51 +00:00
Add contextless versions of the builders
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-18 20:27:43 +00:00
e16b7fc9cb add another way to build the form
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-18 19:57:49 +00:00
18a99ec181 add context and non-context version of the controls
mitchell closed issue MarinoDev/leptos_form_tool#29 2024-06-18 19:20:55 +00:00
Form is submitable when parse fails but validation succeeds.