#6891 add toggle #417

Merged
jorgep merged 9 commits from 6891-addToggleFilterPanel into dev 2024-06-06 08:48:28 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0b92e98511 - Show all commits

View File

@ -74,13 +74,13 @@ const inputRules = [
<template v-if="$slots.prepend" #prepend>
<slot name="prepend" />
</template>
<template #append>
<slot name="append" v-if="$slots.append && !$attrs.disabled" />
<QIcon
name="close"
size="xs"
v-if="$slots.append && hover && value && !$attrs.disabled"
v-if="hover && value && !$attrs.disabled"
@click="value = null"
></QIcon>
</template>