Mitchell Marino mitchell
  • Joined on 2024-01-30
mitchell closed issue MarinoDev/leptos_form_tool#11 2024-06-12 19:05:26 +00:00
Custom Components
mitchell closed issue MarinoDev/leptos_form_tool#25 2024-06-12 19:04:28 +00:00
Select should have an option to specify a different string for the value of each option
mitchell created branch main in MarinoDev/blk_box_bc 2024-06-12 01:59:10 +00:00
mitchell pushed to main at MarinoDev/blk_box_bc 2024-06-12 01:59:10 +00:00
2e9120f117 working i2c and matrix read
mitchell created repository MarinoDev/blk_box_bc 2024-06-12 01:57:38 +00:00
mitchell opened issue MarinoDev/leptos_form_tool#25 2024-06-11 17:59:57 +00:00
Select should have an option to specify a different string for the value of each option
mitchell commented on issue MarinoDev/leptos_form_tool#24 2024-06-11 17:03:57 +00:00
Dont provide style and FD for getting validator

The context being required is the big problem, as it's going to be mostly render context stuff

mitchell opened issue MarinoDev/leptos_form_tool#24 2024-06-11 13:29:33 +00:00
Dont provide style and FD for getting validator
mitchell opened issue MarinoDev/leptos_form_tool#23 2024-06-11 13:26:54 +00:00
Dynamic Select Options
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-10 18:54:41 +00:00
1dc676cc37 add spacer
mitchell commented on issue MarinoDev/leptos_form_tool#11 2024-06-10 18:20:19 +00:00
Custom Components

Seems to work fine

mitchell commented on issue MarinoDev/leptos_form_tool#22 2024-06-10 17:21:31 +00:00
Add tooltip field to controls

In addition, check with the current shipping_scheduler form components to update the data.

mitchell closed issue MarinoDev/leptos_form_tool#21 2024-06-10 17:19:58 +00:00
Add validation builder for easy validation building
mitchell pushed to main at MarinoDev/leptos_form_tool 2024-06-10 17:19:50 +00:00
e7fd8ec7e1 validation builder additions
bf04957370 add validation builder
Compare 2 commits »
mitchell opened issue MarinoDev/leptos_form_tool#22 2024-06-10 14:54:58 +00:00
Add tooltip field to controls
mitchell opened issue MarinoDev/leptos_form_tool#21 2024-06-10 14:39:28 +00:00
Add validation builder for easy validation building
mitchell closed issue MarinoDev/leptos_form_tool#10 2024-06-10 14:23:42 +00:00
Groups
mitchell commented on issue MarinoDev/leptos_form_tool#10 2024-06-10 14:23:42 +00:00
Groups

Implemented

mitchell closed issue MarinoDev/leptos_form_tool#20 2024-06-07 20:24:44 +00:00
Form Style Mutable
mitchell commented on issue MarinoDev/leptos_form_tool#20 2024-06-07 20:24:27 +00:00
Form Style Mutable

I dont think this is a good idea. Leptos might re-render things which may update the style in a weird way. This seems like a bad idea. However, I did implement this going off of commit [`360ef63b5…