Skip to content

Commit

Permalink
docs(PostalCodeAndCity): remove unsupported props (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Nov 13, 2023
1 parent 7e0f9c5 commit fe1ee9e
Showing 1 changed file with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
showTabs: true
---

import DataValueReadwriteProperties from '../../data-value-readwrite-properties.mdx'

## Properties

<DataValueReadwriteProperties type="string" />

### Component-specific props

| Property | Type | Description |
| --------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `help` | `object` | _(optional)_ Provide a help button. Object consisting of `title` and `contents` |
| `postalCode` | `object` | _(required)_ Properties for the [Field.String](/uilib/extensions/forms/base-fields/String/) component for postal code. |
| `city` | `object` | _(required)_ Properties for the [Field.String](/uilib/extensions/forms/base-fields/String/) component for city. |
| `width` | `string` or `false` | _(optional)_ `small`, `medium` or `large` for predefined standard widths. |
| [Space](/uilib/layout/space/properties) | Various | _(optional)_ Spacing properties like `top` or `bottom` are supported. |
| Property | Type | Description |
| ---------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `help` | `object` | _(optional)_ Provide a help button. Object consisting of `title` and `contents` |
| `postalCode` | `object` | _(required)_ Properties for the [Field.String](/uilib/extensions/forms/base-fields/String/) component for postal code. |
| `city` | `object` | _(required)_ Properties for the [Field.String](/uilib/extensions/forms/base-fields/String/) component for city. |
| `width` | `string` or `false` | _(optional)_ `small`, `medium` or `large` for predefined standard widths. |
| [Space](/uilib/layout/space/properties) | Various | _(optional)_ Spacing properties like `top` or `bottom` are supported. |
| [FieldBlockProps](/uilib/extensions/forms/create-component/FieldBlock/properties/) | Various | _(optional)_ `FieldBlockProps` properties. |

0 comments on commit fe1ee9e

Please sign in to comment.