react-forms icon indicating copy to clipboard operation
react-forms copied to clipboard

[V4] Add all needed props

Open rvsia opened this issue 5 years ago • 2 comments

  • [x] initialValues @rvsia https://github.com/data-driven-forms/react-forms/pull/702
  • [x] debug @rvsia https://github.com/data-driven-forms/react-forms/issues/690
  • [x] subscription https://github.com/data-driven-forms/react-forms/issues/693
  • [ ] mutators (?)
    • do we need them? we can actually implement field array right into the library
  • [x] validate @Hyperkid123 https://github.com/data-driven-forms/react-forms/issues/687
  • [ ] validateOnBlur (?)
  • [x] keepDirtyOnReinitialize @rvsia https://github.com/data-driven-forms/react-forms/pull/720
  • [ ] decorators (?)
  • [ ] form (?)

:no_entry: component - no need for it, we are not exposing it to users

  • [ ] initialValuesEqual (?)

rvsia avatar Aug 07 '20 10:08 rvsia

@rvsia I would add field array support directly. There is one decorator that handles focus on the first error field though. We may have to implement that as well.

Hyperkid123 avatar Aug 12 '20 06:08 Hyperkid123

component - no need for it, we are not exposing it to users

We will eventually expose this, but we only have to keep the currently exposed API. I think we will stick with the children way of creating the UI.

Hyperkid123 avatar Aug 17 '20 08:08 Hyperkid123