Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Change values in bulk for FormSection #49

Copy link
Copy link
Open
@mstn

Description

@mstn
Issue body actions

We want to extend FormSectionProps in this way

export interface FormSectionProps {
  ...
  values?: any;
  onChange(values: any): void;
  onReset(): void;
}

where values are the values of its children and onChange/onReset methods to change children values in bulk.

This is useful inside custom field renderers. It is similar to what it is already possible with ArrayFieldProps.

Ideally, we would like to use some method of redux-form, if possible.

Metadata

Metadata

Assignees

No one assigned

    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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.