For the complete documentation index, see llms.txt. This page is also available as Markdown.

Plus minus

Availability of functionality depends on the license and may not be available in all deployments.

A component with a text field and +/- controls used to change the value displayed in the text field.

When to use:

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

When not to use:

  • When the process does not allow intermediate values (e.g. a specific number of loan installments), or when visualization of limits is needed (e.g. when setting a loan amount, a slider with visible available limits will work better). Use: Slider / Step Slider.

Component properties

Eximee Designer property
Attribute name in the Source
Description

Slider initial value (section Basic properties)

startValue

Initial value of the text field (empty by default).

The step by which the value changes (section Basic properties)

step

The step by which the value can be changed after clicking plus/minus (default 100).

Minimum possible value (section Basic properties)

minValue

The minimum value the component can take (empty by default).

Maximum possible value (section Basic properties)

maxValue

The maximum value the component can take (empty by default).

Suffix (section Basic properties)

suffix

Text to display in the suffix of the component's text field.

More information about component properties: Common component properties

Figure 1. Example appearance of the component on the form

Demo application: demoPlusMinus

♿WCAG: Good WCAG practices for low-code dev

Last updated

Was this helpful?