removed multiple from combobox

This commit is contained in:
Mamalizz
2025-01-19 19:15:38 +03:30
parent 84ecac2980
commit 18d51c994a
+1 -1
View File
@@ -46,7 +46,7 @@ watch(
</script>
<template>
<ComboboxRoot class="relative" dir="rtl" :multiple="true" v-model="value">
<ComboboxRoot class="relative" dir="rtl" v-model="value">
<ComboboxAnchor
class="w-full inline-flex items-center justify-between rounded-full border border-slate-200 hover:border-slate-300 focus:border-slate-800 px-[1rem] text-sm leading-none py-3.5 gap-[5px] bg-slate-50 text-black hover:bg-white/90 transition-all data-[placeholder]:text-black/80 typo-label-sm outline-none"
>