Useful Components Logo

Component Library

Array Input

Array Input allows user to enter multiple values in a single input component.
You can use it with all different type of input including the custom number input.

Basic Array Input

The Array Input component is designed to handle multiple input values efficiently. It provides a user-friendly interface for adding, removing, and managing a list of inputs.

Without reset

You can disable the reset button if you don't want the user to make the error to reset the input.
It is usefull mainly when you the user need to enter a large number of element

Custom box style

You can customize the style of the boxes containing the values by using the boxStyle and boxClassName props.

Combobox uses

It is also possible to combine it with a combobox.

You can't combine it with a select menu, use a multiple select menu instead