Input:
var fillingProgress = calculator.Calculate(
"""
{
"TextField": "",
"NumberField": "",
"DateRangeField": "",
"TimeField": "",
"RadioGroupField": "",
"DropdownField": "",
"CheckBoxField": "",
"CheckBoxGroupField": "",
"TagInputField": "",
"FileField": "",
"Weight": "",
"Height": ""
}
""".ToJsonObject()!,
[]
);
Output:
var fillingProgress = calculator.Calculate(
"""
{
"TextField": "",
"NumberField": "",
"DateRangeField": "",
"TimeField": "",
"RadioGroupField": "",
"DropdownField": "",
"CheckBoxField": "",
"CheckBoxGroupField": "",
"TagInputField": "",
"FileField": "",
"Weight": "",
"Height": ""
}
""".ToJsonObject()!,
[]
);
Expected behavior:
var fillingProgress = calculator.Calculate(
"""
{
"TextField": "",
"NumberField": "",
"DateRangeField": "",
"TimeField": "",
"RadioGroupField": "",
"DropdownField": "",
"CheckBoxField": "",
"CheckBoxGroupField": "",
"TagInputField": "",
"FileField": "",
"Weight": "",
"Height": ""
}
""".ToJsonObject()!,
[]
);
Input:
Output:
Expected behavior: