Skip to content

Make layer formik dynamically update layer state #10

@bindeman

Description

@bindeman

Currently, formik in LayerForm.tsx is set to change state onSubmit (which is never since there is no submit button). It looks like basically you just gotta make the Formik update the state on change instead of onSubmit, since there is no onChange method that formik has, you can get away with the validateOnChange and have it change the state of each layer.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions