mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
up
This commit is contained in:
@@ -479,7 +479,6 @@ export default defineComponent({
|
||||
const trailingWrapperIconClass = computed(() => {
|
||||
return twJoin(
|
||||
ui.value.icon.trailing.wrapper,
|
||||
ui.value.icon.trailing.pointer,
|
||||
ui.value.icon.trailing.padding[size.value]
|
||||
)
|
||||
})
|
||||
@@ -586,7 +585,7 @@ export default defineComponent({
|
||||
|
||||
function onClear(e: Event) {
|
||||
if (canClearValue.value) {
|
||||
if (!props.closeOnClear) {
|
||||
if (container.value && !props.closeOnClear) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
emit('update:modelValue', props.multiple ? [] : null)
|
||||
|
||||
Reference in New Issue
Block a user