jaredpalmer/formik

New Examples / Sandboxes

Open

#1315 opened on Feb 7, 2019

View on GitHub
 (30 comments) (16 reactions) (1 assignee)TypeScript (34,255 stars) (2,801 forks)batch import
Type: Umbrellahelp wanted

Description

Going through a lot of issues yesterday, I think it would be great to add some new sandboxes/examples:

  • checkboxes (to array) (#1386)
  • radios (#1035)
  • dependent select fields (a select input that conditionally renders another field) (#1205)
  • nested forms (modals within forms) (#826, #1298)
  • masked inputs (#610, #1307)
  • multi step forms (#844, #1438, #767)
  • File Upload forms (#45 )

Nice to have

  • Autosave (#1506)
  • Usage with CDN (#1463)
  • Usage with React Native (#1378)

Contributor guide