Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-455

Variable Filter numeric input field allows integer values only

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 1.0.0
    • None
    • frontend
    • None

      Problem:
      I cannot enter decimal values in the input filed for numeric variable values

      Expected behavior:
      It is possible to enter decimal values
      It is possible to enter values with exponent notation

        This is the controller panel for Smart Panels app

            [OPT-455] Variable Filter numeric input field allows integer values only

            We cannot use the browsers input type number the way we used it, as it does not allow intermediate inputs: "12." is not a valid number and the input field will clear the ., making it impossible to enter "12.3".

            I removed the special handling for numbers. We should tackle user input validation in OPT-410.

            Sebastian Stamm added a comment - We cannot use the browsers input type number the way we used it, as it does not allow intermediate inputs: "12." is not a valid number and the input field will clear the . , making it impossible to enter "12.3". I removed the special handling for numbers. We should tackle user input validation in OPT-410 .

              michael.schoettes Michael Schoettes
              michael.schoettes Michael Schoettes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: