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.
| Type | Description |
|---|---|
text | Single-line text input |
email | Email with format validation |
password | Password with strength criteria |
textarea | Multi-line text input |
number | Numeric input with validation |
select | Dropdown with search, multi-select |
date | Date picker with optional time |
tags | Chip-based multi-value input |
checkbox | Single, tri-state, or group |
switch | Toggle switch |
radio | Radio button group |
Layout Fields
Fields that organize and structure other fields without storing data directly.
| Type | Description |
|---|---|
row | Horizontal field arrangement |
group | Named object container |
collapsible | Expandable section |
tabs | Tabbed interface |
array | Repeatable fields |
Common Properties
All data fields share these base properties:
Prop
Type