> 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="/files/8b6030d9749b2c2d64cab4f2b4ee6081db69a2c4" alt=""><figcaption></figcaption></figure>

✅ **When to use:**

* When you want to allow entering and keeping a value in the text field and adjusting it by a fixed step **using +/- buttons** (e.g. entering a value of 350 with a fixed step of 100 allows values of 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 works 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>Slider initial value</strong><br>(section <strong>Basic properties</strong>)</p>                | startValue               | Initial value of the text field (empty by default).                                     |
| <p><strong>The step by which the value changes</strong><br>(section <strong>Basic properties</strong>)</p> | step                     | The step by which the value changed after clicking plus/minus can be set (default 100). |
| <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.                            |

> 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](/files/1f801a4786f4e327ac2af3f76e95193b6141fe92)

{% 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.
