Skip to content

Commit

Permalink
Fixed #4192 - CascadeSelect unstyled mode defect
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jul 24, 2023
1 parent eb11205 commit 3ff671c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/cascadeselect/CascadeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
:optionGroupChildren="optionGroupChildren"
@option-change="onOptionChange"
:pt="pt"
:unstyled="unstyled"
/>
</div>
<span role="status" aria-live="polite" class="p-hidden-accessible" v-bind="ptm('hiddenSelectedMessage')" :data-p-hidden-accessible="true">
Expand Down
1 change: 1 addition & 0 deletions components/lib/cascadeselect/CascadeSelectSub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
:optionGroupChildren="optionGroupChildren"
@option-change="onOptionChange"
:pt="pt"
:unstyled="unstyled"
/>
</li>
</template>
Expand Down

0 comments on commit 3ff671c

Please sign in to comment.