data-driven-forms / react-forms

React library for rendering forms.
https://data-driven-forms.org/
Apache License 2.0
295 stars 85 forks source link

[V4] Add all needed props #690

Open rvsia opened 4 years ago

rvsia commented 4 years ago

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

Hyperkid123 commented 4 years ago

@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 commented 4 years ago

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.