shadcn_flutter
shadcn_flutter copied to clipboard
Multiple form value supplier under form row
Currently, there can only be 1 form value supplier under the form row, supplying more than one would overwrite the existing form value stored in the form container. I plan to add some FormGroup component that merges its descendant form value suppliers into one (e.g. Multiple text fields in the same form row). Also, the name FormRow should be refactored to FormField, it's a much more suitable name for its function.