# InputFieldPartialTextItem

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/input-field-partial-text-item/

## Fields

- `label` (string) - The label of the partial text item.
- `defaultValue` (string) - The default value of the partial text item.
- `maxLength` (integer, min 1, default 1) - The max length of the partial text item.
- `isDisabled` (boolean) - Whether or not this partial text item should be disabled i.e. not allow input.
