ita-directory
ita-directory copied to clipboard
Simplify forms creating new InputNumberGroup
Currently we are using one input component for many inpu types, passing way too many props and the type.
- Reduce the number of props using spread operator and pass the rest to the component.
- Create new components for each input that we use on Molecules level.