FFFFFFFFFF
', checkboxValue: false, @@ -155,12 +160,12 @@ export default { }, }, { - id: 'text-field.numeric', - component: (type) => `${type}-text-field`, + id: 'number-field', + component: (type) => (type === 'v' ? '' : `${type}-number-field`), + value: this.numberfieldValue, props: { - 'v-model.number': this.textfieldValue, placeholder: this.placeholder, - inputmode: 'numeric', + inputmode: 'decimal', path: 'quantity', uri: this.materialUri, },