pgForm/API/Field types
API

Field types

The built-in field types and the prop shapes they hand to your BYOC components.

Content coming soon. Outline:

  • Text-based: text, password, textarea, email, url, sa-phone, sa-id
  • Numeric: number, money, rating
  • Boolean: checkbox, switch
  • Single-select: select, radio, combobox, flat-select
  • Multi-select: select-multi, radio-multi, combobox-multi, flat-select-multi
  • Date/time: date, time
  • File: file, file-multi
  • Specialized: card, google-maps
  • Arrays: array, text-array, number-array, select-array
  • Custom: component (render-only fields with no state)