Tel

The “Tel” type generates a simple <input> field, which handles phone numbers.

It corresponds with the TCA type='input' (default), however special variants are defined as own field types.

Properties

autocomplete

| Required: false | Type: boolean | Default: ‘false’ |

If set, the autocomplete feature is enabled for this field.

default

| Required: false | Type: integer | Default: 0 |

Default value set if a new record is created.

required

| Required: false | Type: boolean | Default: ‘false’ |

If set, the field will become mandatory.

size

| Required: false | Type: integer | Default: ‘20’ |

Abstract value for the width of the <input> field.

trim

| Required: false | Type: boolean | Default: ‘false’ |

If set, the PHP trim function is applied on the field’s content.