fix(frontend): display number field in flows

This commit is contained in:
Ruben Fiszel
2022-07-25 20:35:15 +02:00
parent cf1eee78ba
commit a23289563d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -277,7 +277,7 @@
? format.substring('resource-'.length)
: undefined}
/>
{:else if inputCat == 'string'}
{:else if inputCat == 'string' || (inputCat == 'number' && numberAsString)}
<textarea
{disabled}
style="height: {minHeight}; max-height: {maxHeight}"
@@ -60,7 +60,7 @@ belong to us`</code
<li><b>params</b>: the object containing the current step static values</li>
<li>
<b>step(n)</b>: the function returning the result of step number n. One can also use a
negative n. step(0) == flow_input , step(-1) == previous_result
negative n. step(0) == result of the first step , step(-1) == previous_result
</li>
<li>
<b>variable(path)</b>: the function returning the variable (including secrets) at given path