Skip to content

Commit 747d0da

Browse files
committed
fix: remove readonly attribute from input in ColumnValueInput component and add test_decimal field to cars model
1 parent f2d56f9 commit 747d0da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

adminforth/spa/src/components/ColumnValueInput.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
:fullWidth="true"
100100
:prefix="column.inputPrefix"
101101
:suffix="column.inputSuffix"
102-
:readonly="(column.editReadonly && source === 'edit') || readonly"
103102
:modelValue="value?.toString().replace(/(\.[0-9]*[1-9])0+$|\.0+$/, '$1')"
104103
@update:modelValue="(val: string | number) => $emit('update:modelValue', val !== null ? String(val) : '')"
105104
/>

0 commit comments

Comments
 (0)