Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docs/src/blitz-form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const schema = [

The "component" of a field in your schema can be any Vue component you have globally registered or any HTML5 tag.

Besides `id`, `label` and `component` there are many more props you can pass: `subLabel` `required` `labelPosition` `fieldClasses` `componentClasses` `parseValue` `parseInput` `events` and many more.
Besides `id`, `label` and `component` there's also: `subLabel` `required` `labelPosition` `fieldClasses` `componentClasses` `parseValue` `parseInput` `events` and many more props you can pass. [See the source for a full list.](https://github.com/CyCraft/blitzar/blob/production/packages/types/src/BlitzFieldProps.ts)

### Basic Example

Expand Down