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

Add selection-required prop #96

Closed Logikgate closed 4 years ago

Logikgate commented 4 years ago

Added a new selection-required prop. If it is set to true then a rule is added to the underlying v-text-field that requires that the user selects an address from the search results.

Fixes #89

MadimetjaShika commented 4 years ago

@Logikgate thanks for this, happy with the changes. I've added a custom required validation text prop and modified the rulesPlusInternalRules computed prop so it can react to change on the custom required text.