-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
showSelectedCount is not working with tag mode. here is my code
<select class="kt-select" data-kt-select="true" data-kt-select-enable-search="true"
data-kt-select-placeholder="Select team members..." data-kt-select-multiple="true"
data-kt-select-tags="true" data-kt-select-pre-selected="avinash_patel, dhruval_shah"
data-kt-select-config='{
"tagTemplate": "<div class=\"flex items-center gap-2\"><img src=\"{{avatar}}\" alt=\"{{text}}\" class=\"size-6 rounded-full\" /> <span class=\"text-foreground\">{{text}}</span></div>",
"displayTemplate": "<div class=\"flex items-center gap-2\"><img src=\"{{avatar}}\" alt=\"{{text}}\" class=\"size-6 rounded-full\" /> <span class=\"text-foreground\">{{text}}</span></div>",
"optionTemplate": "<div class=\"flex items-center gap-2\"><img src=\"{{avatar}}\" alt=\"{{text}}\" class=\"size-10 rounded-full\" /> <span class=\"text-foreground\">{{text}}</span></div><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"size-3.5 ms-auto hidden text-primary kt-select-option-selected:block\"><path d=\"M20 6 9 17l-5-5\"/></svg>",
"optionsClass": "kt-scrollable overflow-auto max-h-[250px]",
"showSelectedCount": true,
"enableSelectAll": true,
"selectAllText": "Select All",
"clearAllText": "Clear All"
}'>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels