BuzzForm
BuzzFormDocs

Field Types

Overview of all field types available in BuzzForm.

Field Types

BuzzForm includes 15 field types organized into two categories:

Looking for the old @buildnbuzz/buzzform fields? See the Migration Guide for changes.

Data Fields

Fields that collect user input and store values in form data.

TypeDescription
textSingle-line text input
emailEmail with format validation
passwordPassword with strength criteria
textareaMulti-line text input
numberNumeric input with validation
selectDropdown with search, multi-select
dateDate picker with optional time
tagsChip-based multi-value input
checkboxSingle, tri-state, or group
switchToggle switch
radioRadio button group

Layout Fields

Fields that organize and structure other fields without storing data directly.

TypeDescription
rowHorizontal field arrangement
groupNamed object container
collapsibleExpandable section
tabsTabbed interface
arrayRepeatable fields

Common Properties

All data fields share these base properties:

Prop

Type

On this page