Mitchell Marino mitchell
  • Joined on 2024-01-30
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-07 20:19:52 +00:00
360ef63b58 small rename
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-07 20:18:37 +00:00
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-07 20:12:05 +00:00
2ee04ebfc3 small rename
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-07 19:51:36 +00:00
edc9c4d371 form now has a style for the entire form
31b24a23a1 impl groups
Compare 2 commits »
mitchell commented on issue MarinoDev/leptos_form_tool#19 2024-06-07 19:45:04 +00:00
Context

Could also be useful for custom components

mitchell closed issue MarinoDev/leptos_form_tool#13 2024-06-07 19:44:24 +00:00
When validation happens
mitchell opened issue MarinoDev/leptos_form_tool#20 2024-06-07 18:40:11 +00:00
Form Style Mutable
mitchell commented on issue MarinoDev/leptos_form_tool#13 2024-06-07 18:05:57 +00:00
When validation happens

Validation now runs on get, only updating on success. This way you can fix the validation for one component by updating a different one.

mitchell closed issue MarinoDev/leptos_form_tool#5 2024-06-07 17:21:04 +00:00
Trim Strings
mitchell commented on issue MarinoDev/leptos_form_tool#5 2024-06-07 17:21:01 +00:00
Trim Strings

This has been implemented at the parsing level.

mitchell opened issue MarinoDev/leptos_form_tool#19 2024-06-07 17:20:40 +00:00
Context
mitchell closed issue MarinoDev/leptos_form_tool#15 2024-06-07 17:18:54 +00:00
Add Button
mitchell commented on issue MarinoDev/leptos_form_tool#15 2024-06-07 17:18:42 +00:00
Add Button

Buttons working. A context could be nice, because right now it cannot operate on data other than form data. context would be necessary for things like a delete user button.

mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-07 17:09:44 +00:00
fb47d553e7 modify parse options
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-07 16:50:24 +00:00
5d0b4a7449 add button
mitchell commented on issue MarinoDev/leptos_form_tool#12 2024-06-05 22:29:40 +00:00
Add support for conditional rendering

Like a . Could have a render when function added to all/some controls.

mitchell commented on issue MarinoDev/leptos_form_tool#15 2024-06-05 22:29:04 +00:00
Add Button

Perhaps this could be solved by adding a context type that can be passed in when rendering the form. That would be a big, but potentially very helpful change.

mitchell commented on issue MarinoDev/leptos_form_tool#15 2024-06-05 22:26:47 +00:00
Add Button

It could be a vanity item with a default getter that simply gets the entire FD. The FDT for button, therefore, is just FD. Then the action could be a closure that takes FD and the event,…

mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-05 22:04:31 +00:00
9b4bbfdb74 vanity controls can now have optional getters
mitchell closed issue MarinoDev/leptos_form_tool#16 2024-06-05 22:04:09 +00:00
Vanity Signals Should have a getter