shadcn_flutter icon indicating copy to clipboard operation
shadcn_flutter copied to clipboard

Multiple form value supplier under form row

Open sunarya-thito opened this issue 1 year ago • 0 comments

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.

sunarya-thito avatar Aug 07 '24 15:08 sunarya-thito