mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4124 - InputText pt context improvements
This commit is contained in:
parent
02f67d1b0f
commit
e1c7806c2d
2 changed files with 28 additions and 2 deletions
|
@ -21,7 +21,8 @@ export default {
|
|||
ptmParams() {
|
||||
return {
|
||||
context: {
|
||||
filled: this.filled
|
||||
filled: this.filled,
|
||||
disabled: this.$attrs.disabled || this.$attrs.disabled === ''
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue