Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document CollapsibleField #51

Closed
sverhoeven opened this issue Mar 9, 2022 · 0 comments · Fixed by #53
Closed

Document CollapsibleField #51

sverhoeven opened this issue Mar 9, 2022 · 0 comments · Fixed by #53
Assignees

Comments

@sverhoeven
Copy link
Member

Describe how an object can be rendered as a collapsible sub form.

For example what does below do

const uiSchema = {
    group1: {
      'ui:field': 'collapsible',
      'ui:collapsed': false
    }
  }

It renders collapsible sub form for group1 parameter and is initially expanded.

sverhoeven added a commit that referenced this issue Mar 15, 2022
@sverhoeven sverhoeven self-assigned this Mar 15, 2022
@sverhoeven sverhoeven mentioned this issue Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant