We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d56f9 commit 747d0daCopy full SHA for 747d0da
1 file changed
adminforth/spa/src/components/ColumnValueInput.vue
@@ -99,7 +99,6 @@
99
:fullWidth="true"
100
:prefix="column.inputPrefix"
101
:suffix="column.inputSuffix"
102
- :readonly="(column.editReadonly && source === 'edit') || readonly"
103
:modelValue="value?.toString().replace(/(\.[0-9]*[1-9])0+$|\.0+$/, '$1')"
104
@update:modelValue="(val: string | number) => $emit('update:modelValue', val !== null ? String(val) : '')"
105
/>
0 commit comments