Skip to content

Commit a78e442

Browse files
committed
Add step="any" to inputs of Saturation % in FE so doesn't give error when input decimal
1 parent 1d97166 commit a78e442

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/source/js/modules/costfunction/cost-function.html

+2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ <h3>Define cost function
148148
ng-model="row[2]"
149149
min="0"
150150
max="100"
151+
step="any"
151152
type="number"
152153
style="width: 50px"
153154
class="txbox __inline"
@@ -159,6 +160,7 @@ <h3>Define cost function
159160
ng-model="row[3]"
160161
min="0"
161162
max="100"
163+
step="any"
162164
type="number"
163165
style="width: 50px"
164166
class="txbox __inline"

0 commit comments

Comments
 (0)