This commit is contained in:
2022-03-06 20:32:31 +00:00
parent e617fbf19c
commit 24cb3e990e
2 changed files with 33 additions and 34 deletions

View File

@@ -837,5 +837,5 @@ Current v8 docs home: https://www.ayanova.com/docs/
BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE
- subscriptions lists fixed bug where no type selected would display "[undefined]" in data list, now displays nothing
- fixed tag control title which was too high
- fixed tag control title which was too high and smaller chips so that tag controls are same height as other controls and can show more in a smaller space.
- added missing "duration" field description to notify-subscription docs

View File

@@ -1,5 +1,4 @@
<template>
<div>
<v-autocomplete
:value="value"
:readonly="readonly"
@@ -16,6 +15,7 @@
hide-selected
multiple
chips
small-chips
deletable-chips
cache-items
:rules="rules"
@@ -31,7 +31,6 @@
</v-btn>
</template>
</v-autocomplete>
</div>
</template>
<script>
export default {