Multiple pages proposal
See original GitHub issuePrerequisites
- I have read the documentation;
- In the case of a bug report, I understand that providing a SSCCE example is tremendously useful to the maintainers.
- Ideally, I’m providing a sample JSFiddle or a shared playground link demonstrating the issue.
Description
It would be nice to have multiple pages in a form. As a first pass, I’m proposing something like the following in the uiSchema:
{
"ui:options": {
"pages": [
{
"title": "Page 1",
"ui:order": [
"name",
"address",
"email"
]
},
{
"title": "Page 2",
"ui:order": [
"zipcode",
"abc"
]
}
]
}
}
This would put everything in all pages within a single schema. In the case we have an array of required elements, then, perhaps validation errors could show only at the end once all pages are completed.
Not sure if this is the right way to do it; would appreciate some feedback!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:14
- Comments:31 (8 by maintainers)
Top Results From Across the Web
How to Write a Simple Two Page Proposal | Bizfluent
Write each paragraph in the body, limiting yourself to no more than six paragraphs so that you stay on two pages. Develop each...
Read more >How to Write a 2 Page Grant Proposal (With Templates)
So you're writing a one or two-page grant proposal, otherwise knowns as a mini grant proposal. The good news is – you only...
Read more >29 Sample Proposal Templates and Design Tips - Visme
This proposal template is perfect for a more corporate look and feel in your proposal. ... It doesn't have to be a basic...
Read more >35 Professional Business Project Proposal Templates 2022
Customize the many page templates to add your own infographics, timelines, and other information. This professional template has 40 template pages, including a ......
Read more >How To Write A One-Page Proposal - Tips, Tricks & Advice
Not every proposal needs to be a multi-page document. Here's how to write a one-page proposal that will make your clients sit up...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

We use it in the following way:
The ability to split a long rjsf form into separate tabs is extremely useful - we would just like for it to be possible from the core project.
I think this would be a really nice implementation. We’re relying on the separate pagination project, but it’s causing a number of issues for us.
In our case, we’d just like the pagination functionality of the separate project - but included natively in rjsf so we can avoid eg any versioning issues.
Would be interested in hearing the outlook on this.