-
Ok.. So this is kind of two things in one:
## Form handling in the UI library
It would be very nice to have components that unify how we handle forms. If we agree on a way, it'll be a long way to …
-
**Summary** — want to ensure that user answers all assessment questions. Currently, there’s no requirement enforcing that all questions are answered.
Probably best to do this section-by-section (do…
-
## 📖 Documentation
I think the Multistep example is one of most used use cases for Formik and quite elegant. Before I rewrite the whole thing, probably somebody can help: I wrapping my head around …
-
How to make multistep form (aka wizard) with distinct submit buttons, but one form state?
-
I think ReaKit should provide a solution for every common UI problem.
I know that this may be a bit too ambitious, specially when there're so many good libraries out there already solving the same…
-
## ❓Question
As the title said.
I have a stateless component based on `react-bootstrap-typeahead` and a form wizard using the formik example - https://github.com/jaredpalmer/formik/blob/master/ex…
-
I have the following initial values:
{
class: {
id: '',
label: '',
pupilCount: 0,
},
pupil: {
description: '',
firstname: '',
gender: 'm',
id: '…
-
- There should be an additional page added to the wizard to allow the submitter to confirm they are happy with our data disclosure agreement
- The page should pull in the article title, current dat…