MadimetjaShika / vuetify-google-autocomplete

A Vuetify ready Vue.js autosuggest component for the Google Places API.

Home Page:https://madimetjashika.github.io/vuetify-google-autocomplete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Props Outline not working.

Sebarkar opened this issue · comments

Props Outline not working.

In Vuetify it's Outlined.

Hi, unfortunately, I can't help you if you don't provide sufficient information. Please elaborate on your implementation, e.g. share code of your usage. What version of this library are you using? What version of Vuetify are you using?

Thank you MadimetjaShika for quick response.

<vuetify-google-autocomplete
id="map"
ref="address"
:outline="true"
:types="types"
append-icon="search"
placeholder=""
:label="$t('accommodation.enter location')"
@placechanged="getFields"
country="ua"
/>

And :outline="true" not working as well.

I'm using "vuetify-google-autocomplete": "^2.0.0-beta.8" with "vuetify": "^2.1.6".

Vuetify v2.* supports a new prop called outlined, which is different to the one supported in previous versions, outline (notice the d), which this library supports.

This library does not yet support all features of the latest Vuetify v2.*. I'm planning on incorporating full support during December 2019, and will thereafter release an official v2 version inline with the official Vuetify versions.

Example with Vuetify v1.5.* and vuetify-google-autocomplete 2.0.0-beta.8 using the outline prop.
Screenshot 2019-11-20 at 23 04 16

Thanks for answer. Looking forward for new version :)