Fixed #4192 - CascadeSelect unstyled mode defect

pull/4203/head
Tuğçe Küçükoğlu 2023-07-24 11:25:19 +03:00
parent eb11205e3a
commit 3ff671c8d5
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@
:optionGroupChildren="optionGroupChildren" :optionGroupChildren="optionGroupChildren"
@option-change="onOptionChange" @option-change="onOptionChange"
:pt="pt" :pt="pt"
:unstyled="unstyled"
/> />
</div> </div>
<span role="status" aria-live="polite" class="p-hidden-accessible" v-bind="ptm('hiddenSelectedMessage')" :data-p-hidden-accessible="true"> <span role="status" aria-live="polite" class="p-hidden-accessible" v-bind="ptm('hiddenSelectedMessage')" :data-p-hidden-accessible="true">

View File

@ -44,6 +44,7 @@
:optionGroupChildren="optionGroupChildren" :optionGroupChildren="optionGroupChildren"
@option-change="onOptionChange" @option-change="onOptionChange"
:pt="pt" :pt="pt"
:unstyled="unstyled"
/> />
</li> </li>
</template> </template>