File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868 class =" w-40"
6969 placeholder =" 0"
7070 :fullWidth =" true"
71- :min =" ![undefined, null].includes(column.minValue) ? column.minValue : '' "
72- :max =" ![undefined, null].includes(column.maxValue) ? column.maxValue : '' "
71+ :min =" ![undefined, null].includes(column.minValue) ? column.minValue : null "
72+ :max =" ![undefined, null].includes(column.maxValue) ? column.maxValue : null "
7373 :prefix =" column.inputPrefix"
7474 :suffix =" column.inputSuffix"
7575 :readonly =" (column.editReadonly && source === 'edit') || readonly"
106106 class =" w-40"
107107 placeholder =" 0.0"
108108 :fullWidth =" true"
109- :min =" ![undefined, null].includes(column.minValue) ? column.minValue : '' "
110- :max =" ![undefined, null].includes(column.maxValue) ? column.maxValue : '' "
109+ :min =" ![undefined, null].includes(column.minValue) ? column.minValue : null "
110+ :max =" ![undefined, null].includes(column.maxValue) ? column.maxValue : null "
111111 :prefix =" column.inputPrefix"
112112 :suffix =" column.inputSuffix"
113113 :modelValue =" value"
You can’t perform that action at this time.
0 commit comments