-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Currently we have multiple places where we need to parse numbers from inputs and check if these are correct, whereas the logic repeats in each component. We need this logic to be extracted in a separate service and consistently used where needed.
AT:
- We have a module which parses a number from a string and checks if it is correct.
- The module is used in
- Target value modal
- Numeric variable filter
- Duration filter
This is the controller panel for Smart Panels app
- is related to
-
OPT-1073 Mark all invalid input fields as invalid
- Done