Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions content/docs/fields/date.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The Date Field component provides a date picker for selecting dates and optional
## With Default Value

<SchemaExample id="fields-date/with-default-date" />

## Field Schema

A date field is authored as `DateFieldMetadata` (`@object-ui/types`), which is the
Expand Down
1 change: 1 addition & 0 deletions content/docs/fields/rich-text.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The Rich Text Field component edits formatted text content with markdown or HTML
## HTML Editor

<SchemaExample id="fields-rich-text/html-editor" />

## Field Schema

`markdown`, `html` and `richtext` are three field types served by one widget, and each
Expand Down
1 change: 1 addition & 0 deletions content/docs/fields/text.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The Text Field component provides a single-line text input for collecting basic
## Read-Only

<SchemaExample id="fields-text/read-only-field" />

## Field Schema

A text field is authored as `TextFieldMetadata` (`@object-ui/types`), which is the
Expand Down
1 change: 1 addition & 0 deletions content/docs/fields/textarea.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The TextArea Field component provides a multi-line text input for collecting lon
## Required Field

<SchemaExample id="fields-textarea/required-textarea" />

## Field Schema

A textarea field is authored as `TextareaFieldMetadata` (`@object-ui/types`), which is
Expand Down