Extract all forms into their own component
Aperta
enhancement
- Lingua principale
- TypeScript
- Stelle
- 5
- Fork
- 1
- Merge medio
- 15m
- PR unite (30g)
- 21
Descrizione
Right now we have forms directly on the page, and we update the form fields by a call to `form.setValues`. This is problematic, as it makes `form.isDirty` not work correctly, as it only returns true if a field has been edited and is different from its `initialValue`.
The solution is to extract each form into a component. We can then in the parent component fetch the data and then pass the data as props, e.g. ``. We can then in the form component set the initialValues directly to the passed data.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.