react-formstate-demo Choose a form:

Notes

  • Check out the source code
  • This demonstrates inputs not yet covered by the other examples.
  • Using intConvert to transform ids back to integers for model output.
  • The text area uses noTrim for model output.
  • The text area value has a validated limit of 140 characters.

Model

{
  "favoriteOceanId": "",
  "lunchIds": [],
  "say": "",
  "yumIds": [],
  "youCheckedTheBox": ""
}

Form State

{}