We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
group1
The text was updated successfully, but these errors were encountered:
Document CollapsibleField
c638399
Fixes #51
sverhoeven
Successfully merging a pull request may close this issue.
Describe how an object can be rendered as a collapsible sub form.
For example what does below do
It renders collapsible sub form for
group1
parameter and is initially expanded.The text was updated successfully, but these errors were encountered: