This commit is contained in:
@@ -10,9 +10,9 @@ MISC ITEMS THAT CAME UP
|
|||||||
## CLIENT MISC ITEMS
|
## CLIENT MISC ITEMS
|
||||||
|
|
||||||
|
|
||||||
|
todo: clicking into a decimal field and then clicking out causes the record to be dirty
|
||||||
todo: clicking into a decimal field with zero in it already and then clicking out causes the record to be dirty
|
see tax-code or widget for example
|
||||||
see tax-code for example
|
|
||||||
todo: standardize routes and route names and form names
|
todo: standardize routes and route names and form names
|
||||||
Use plural and singular names throughout for consistency
|
Use plural and singular names throughout for consistency
|
||||||
i.e. "-edit" forms shoudl be standardized to just th singular name so "part-assembly-edit" sb "part-assembly"
|
i.e. "-edit" forms shoudl be standardized to just th singular name so "part-assembly-edit" sb "part-assembly"
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
label: String,
|
label: { type: String, default: null },
|
||||||
rules: Array,
|
rules: { type: Array, default: null },
|
||||||
value: { type: Number, default: null },
|
value: { type: Number, default: null },
|
||||||
readonly: { type: Boolean, default: false },
|
readonly: { type: Boolean, default: false },
|
||||||
disabled: { type: Boolean, default: false },
|
disabled: { type: Boolean, default: false },
|
||||||
|
|||||||
Reference in New Issue
Block a user