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.
@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.
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