Refactor #4124 - InputText pt context improvements

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-13 15:42:41 +03:00
parent 02f67d1b0f
commit e1c7806c2d
2 changed files with 28 additions and 2 deletions

View file

@ -21,7 +21,8 @@ export default {
ptmParams() {
return {
context: {
filled: this.filled
filled: this.filled,
disabled: this.$attrs.disabled || this.$attrs.disabled === ''
}
};
}