diff --git a/src/ui/components/PTextField.ts b/src/ui/components/PTextField.ts index e53c9f4..cf22274 100644 --- a/src/ui/components/PTextField.ts +++ b/src/ui/components/PTextField.ts @@ -99,7 +99,7 @@ export default defineComponent({ class: { 'pa__input--wrap': true } }, [ h('input', Object.assign({},this.$attrs,{ - value: this.modelValue, + value: this.internalValue, ref: 'inputRef', name: this.$attrs.name, type: this.type || 'text',