This commit is contained in:
@@ -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
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user