---
title: QuanticResultMultiValueText
slug: latest-result-template-result-multi-value-text
canonical_url: https://docs.coveo.com/en/quantic/latest/reference/result-template-components/result-template-result-multi-value-text/
collection: quantic
source_format: adoc
---
# QuanticResultMultiValueText
> **Note**
>
> This component was introduced in version `2.7.1`.
The `QuanticResultMultiValueText` component displays a given result multi-value field value.
Make sure the field specified in this component is also included in the field array for the relevant template. See the this example: [Quantic usage](https://docs.coveo.com/en/quantic/latest/usage/#javascript).
## Example
```html
```
## Properties
--
|===
| Property | Attribute | Description | Type | Default
| `result` _(required)_
| `result`
a| The [result item](https://docs.coveo.com/en/headless/latest/reference/interfaces/Search.Result.html) to use.
| `Result`
|
| `field` _(required)_
| `field`
a| The multi-value field whose values you want to display.
| `string`
|
| `label`
| `label`
a| (Optional) The label to display.
| `string`
| `undefined`
| `delimiter`
| `delimiter`
a| The delimiter used to separate values when the field isn’t indexed as a multi value field.
| `string`
| `undefined`
| `maxValuesToDisplay`
| `max-values-to-display`
a| The maximum number of field values to display. If there are n more values than the specified maximum, the last displayed value will be "n more...".
| `number`
| `3`
|===
--
## XML configuration file elements
The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)).
--
|===
| Metadata | Value
| `apiVersion` | `56.0`
| `isExposed` | `false`
|===
--