File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" afcl-select-wrapper relative inline-block" ref =" internalSelect"
2
+ <div class =" afcl-select afcl-select -wrapper relative inline-block" ref =" internalSelect"
3
3
:class =" {'opacity-50': readonly}"
4
4
>
5
5
<div class =" relative" >
10
10
v-model =" search"
11
11
@click =" inputClick"
12
12
@input =" inputInput"
13
- class =" afcl-select block w-full pl-3 pr-10 py-2.5 border border-gray-300 rounded-md leading-5 bg-gray-50 placeholder-gray-500 sm:text-sm transition duration-150 ease-in-out dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white focus:ring-lightPrimary focus:border-lightPrimary dark:focus:ring-darkPrimary dark:focus:border-darkPrimary"
13
+ class =" block w-full pl-3 pr-10 py-2.5 border border-gray-300 rounded-md leading-5 bg-gray-50 placeholder-gray-500 sm:text-sm transition duration-150 ease-in-out dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white focus:ring-lightPrimary focus:border-lightPrimary dark:focus:ring-darkPrimary dark:focus:border-darkPrimary"
14
14
autocomplete =" off" data-custom =" no-autofill"
15
15
:placeholder ="
16
16
selectedItems.length && !multiple ? '' : (showDropdown ? $t('Search') : placeholder || $t('Select...'))
You can’t perform that action at this time.
0 commit comments