Fixed #6818
parent
83ff1c0b8b
commit
a7bf69c4ff
|
@ -8,7 +8,7 @@
|
|||
</slot>
|
||||
</div>
|
||||
</template>
|
||||
<IconField v-if="filter" :unstyled="unstyled" :pt="ptm('pcFilter')" :class="cx('pcFilter')">
|
||||
<IconField v-if="filter" :unstyled="unstyled" :pt="{ ...ptm('pcFilter'), ...ptm('pcFilterContainer') }" :class="cx('pcFilterContainer')">
|
||||
<InputText v-model="filterValue" autocomplete="off" :class="cx('pcFilterInput')" :placeholder="filterPlaceholder" :unstyled="unstyled" @keydown="onFilterKeydown" :pt="ptm('pcFilterInput')" />
|
||||
<InputIcon :unstyled="unstyled" :pt="ptm('pcFilterIconContainer')">
|
||||
<!--TODO: searchicon deprecated since v4.0-->
|
||||
|
|
|
@ -169,7 +169,7 @@ const classes = {
|
|||
],
|
||||
mask: 'p-tree-mask p-overlay-mask',
|
||||
loadingIcon: 'p-tree-loading-icon',
|
||||
pcFilter: 'p-tree-filter',
|
||||
pcFilterContainer: 'p-tree-filter',
|
||||
pcFilterInput: 'p-tree-filter-input',
|
||||
wrapper: 'p-tree-root', //TODO: discuss
|
||||
rootChildren: 'p-tree-root-children',
|
||||
|
|
Loading…
Reference in New Issue