From 063076d0cb1130ce84a90567725f9790c2be290f Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 27 May 2021 15:15:20 +0200 Subject: [PATCH] address: use multiselect for city and address selection --- .../AddAddress/AddressSelection.vue | 56 +++++++++++-------- .../_components/AddAddress/CitySelection.vue | 52 +++++++++-------- .../AddAddress/CountrySelection.vue | 3 +- 3 files changed, 63 insertions(+), 48 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/AddressSelection.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/AddressSelection.vue index 71738079c..36f89d4e2 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/AddressSelection.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/AddressSelection.vue @@ -1,38 +1,46 @@ + + diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/CitySelection.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/CitySelection.vue index b9170ea35..040c7804d 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/CitySelection.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/CitySelection.vue @@ -1,38 +1,46 @@ + + diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/CountrySelection.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/CountrySelection.vue index ecb4b7eb1..253337ef6 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/CountrySelection.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/AddAddress/CountrySelection.vue @@ -24,8 +24,7 @@ export default { data() { return { //value: this.address.loaded.countries.filter(c => c.countryCode === 'FR')[0], - value: null, - options: [] + value: null } }, methods: {