This commit is contained in:
Cagatay Civici 2020-09-08 17:32:07 +03:00
parent acb0fe42f7
commit 4c26da85b0
39 changed files with 338 additions and 72 deletions

View file

@ -426,7 +426,7 @@ export default {
},
containerClass() {
return [
'p-dropdown p-component',
'p-dropdown p-component p-inputwrapper',
{
'p-disabled': this.disabled,
'p-dropdown-clearable': this.showClear && !this.disabled,