From cc63cafce67f2616e52c77156ccffff8c6dbae44 Mon Sep 17 00:00:00 2001 From: Antonio Vivone Date: Fri, 7 Jun 2024 11:30:44 +0200 Subject: [PATCH] Add min height to VLAutocomplete options + Bump version --- package.json | 2 +- src/components/VLAutocomplete/VLAutocomplete.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a15f871..979d25e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skillbill/vuelace-3", - "version": "1.1.4", + "version": "1.1.5", "private": false, "author": "skillbill", "license": "MIT", diff --git a/src/components/VLAutocomplete/VLAutocomplete.vue b/src/components/VLAutocomplete/VLAutocomplete.vue index 7ab9535..9b39bdb 100644 --- a/src/components/VLAutocomplete/VLAutocomplete.vue +++ b/src/components/VLAutocomplete/VLAutocomplete.vue @@ -31,7 +31,7 @@ @hide="() => emit('hide')" >