#3633·leantime

Bug: Input field for a Goal's `Current` Value appears to be missing

Author: komali2Created Jul 9, 2026Updated Sep 13, 2026
LabelsBug

What is your set up?

Cloud Hosted

Version

3.9.8

Describe the issue

A goal allows a "Starting Value" and "Goal Value." Between these input groups (comprised of a label and input), is a label called "Current Value." Below this label is a strange HTML element dissimilar to the other two groups:

<x-global::forms.text-input type="number" step="0.01" name="currentValue" id="currentValueField" value="0.00" style="width:105px">
                        </x-global::forms.text-input>

Regardless, there's no input visible, and so far as I can tell, no way to track "current value" for a goal:

Image

Reproduction steps

  1. Create a goal
  2. Close the dialog
  3. Click the goal to open the "Edit Goal" dialog
  4. Observe the lacking input field

Error Logs (LEANTIMEFOLDER/storage/logs)

I didn't see any seemingly relevant errors.