MadimetjaShika / vuetify-google-autocomplete

A Vuetify ready Vue.js autosuggest component for the Google Places API.
https://madimetjashika.github.io/vuetify-google-autocomplete/
MIT License
97 stars 53 forks source link

Bind Boolean props #86

Closed katie-oh closed 5 years ago

katie-oh commented 5 years ago

'disabled' is a Boolean prop. Without binding it, it will treat "true" and "false" values as strings.

MadimetjaShika commented 5 years ago

Hi @katie-oh, thanks for picking that up!