This commit is contained in:
tugcekucukoglu 2024-05-06 18:32:04 +03:00
parent fd76fe68a1
commit d7a42ed9c3
12 changed files with 255 additions and 157 deletions

View file

@ -209,9 +209,9 @@ export interface MultiSelectPassThroughOptions {
*/
emptyMessage?: MultiSelectPassThroughOptionType;
/**
* Used to pass attributes to the hidden input's DOM element.
* Used to pass attributes to the hidden input container's DOM element.
*/
hiddenInput?: MultiSelectPassThroughOptionType;
hiddenInputContainer?: MultiSelectPassThroughOptionType;
/**
* Used to pass attributes to the hidden first focusable element's DOM element.
*/

View file

@ -1,6 +1,6 @@
<template>
<div ref="container" :class="cx('root')" :style="sx('root')" @click="onContainerClick" v-bind="ptmi('root')">
<div class="p-hidden-accessible" v-bind="ptm('hiddenInputWrapper')" :data-p-hidden-accessible="true">
<div class="p-hidden-accessible" v-bind="ptm('hiddenInputContainer')" :data-p-hidden-accessible="true">
<input
ref="focusInput"
:id="inputId"