No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Examples

Sub Form
{
  "stringField": "",
  "requiredField": "",
  "booleanField": false,
  "subForm": {
    "stringField": ""
  }
}
NameDescriptionDefaultControl
initialValues
-
initialValues : {
  • stringField : ""
  • requiredField : ""
  • booleanField : false
  • subForm : {...} 1 key
}
onSubmit
--
validate
--

Stories

Validate On Mount

Sub Form
{
  "stringField": "",
  "requiredField": "",
  "booleanField": false,
  "subForm": {
    "stringField": ""
  }
}

Pre Filled

Sub Form
{
  "stringField": "Foo",
  "requiredField": "Bar",
  "booleanField": true,
  "subForm": {
    "stringField": "Beep"
  }
}

Disabled While Submitting

Sub Form
{
  "stringField": "",
  "requiredField": "",
  "booleanField": false,
  "subForm": {
    "stringField": ""
  }
}