Open
Description
the readme is not that clear to me and i'm having problems finishing the input to a database.
When i get my data into the form, edit and save it:
<Form defaultFields={form.fields} value={formValues} renderer={renderer}>
<FormButton
label="Save"
onClick={(formData) => {
console.log(formData);
this.props.updateTicket(formData);
}}
/>
</Form>
I see the original unaltered data in formData, not the updates i've done. Obviously i'm missing a step.
Metadata
Metadata
Assignees
Labels
No labels