> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/3-wartosci-i-skale/plus-minus.md).

# Plus minus

{% hint style="info" %}
Availability of functionality depends on the license and may not be available in all deployments.
{% endhint %}

A component with a text field and +/- values that can be used to change the value displayed in the text field.

<figure><img src="https://2112972046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2CssJT0zIo4SJQLbSZ6l%2Fuploads%2FkTOmPetsh4vXQq2hL9nn%2Fobraz.png?alt=media&amp;token=5b958c39-a97d-43b5-92ee-f863dd4be2a4" alt=""><figcaption></figcaption></figure>

✅ **When to use:**

* When you want to allow entering and preserving a value in the text field and adjusting it by a fixed step **with the +/- buttons** (e.g. entering the value 350 with a fixed step of 100 allows you to set values 250, 350, 450, etc.)

:x: **When not to use:**

* When the process does not allow intermediate values (e.g. a specific number of loan installments), or when a visualization of limits is needed (e.g. when setting a loan amount, a slider with visible available limits will work better). **Use**: [Slider](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/3-wartosci-i-skale/slider.md) / [Step Slider](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/3-wartosci-i-skale/step-slider.md).

## Component properties <a href="#id-mbank-plusminuswlasciwosci-wlasciwoscikomponentu" id="id-mbank-plusminuswlasciwosci-wlasciwoscikomponentu"></a>

| Eximee Designer property                                                                                | Attribute name in Source | Description                                                                              |
| ------------------------------------------------------------------------------------------------------- | ------------------------ | ---------------------------------------------------------------------------------------- |
| <p><strong>Initial value of the slider</strong><br>(section <strong>Basic properties</strong>)</p>      | startValue               | Initial value of the text field (empty by default).                                      |
| <p><strong>Step, by which the value changes</strong><br>(section <strong>Basic properties</strong>)</p> | step                     | Step, by which the value changed by clicking the plus/minus can be set (100 by default). |
| <p><strong>Minimum possible value</strong><br>(section <strong>Basic properties</strong>)</p>           | minValue                 | Minimum value the component can take (empty by default).                                 |
| <p><strong>Maximum possible value</strong><br>(section <strong>Basic properties</strong>)</p>           | maxValue                 | Maximum value the component can take (empty by default).                                 |
| <p><strong>Suffix</strong><br>(section <strong>Basic properties</strong>)</p>                           | suffix                   | Text to display in the suffix of the component's text field.                             |
| <p><strong>Minimum value exceeded message (key)</strong><br>(section <strong>Other</strong>)</p>        | minValueSuggestKey       | Text to display in the informational message when the minimum value is exceeded.         |
| <p><strong>Maximum value exceeded message (key)</strong><br>(section <strong>Other</strong>)</p>        | maxValueSuggestKey       | Text to display in the informational message when the maximum value is exceeded.         |

> More information about component properties: [Common component properties](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi/wspolne-wlasciwosci-komponentow.md)

![Figure 1. Example appearance of the component on the form](https://content.gitbook.com/content/2CssJT0zIo4SJQLbSZ6l/blobs/V1wYRjnQFfgcUQd3aqdH/7_files/image2025-2-16_21-44-49.png)

{% hint style="info" %}
Demo application: demoPlusMinus
{% endhint %}

{% hint style="info" %}
♿WCAG: [WCAG best practices for low-code dev](/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/tworzenie-procesu-biznesowego-w-bpmn-2.0/dobre-praktyki.md)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/3-wartosci-i-skale/plus-minus.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
