vsGoogleAutocomplete
vsGoogleAutocomplete copied to clipboard
Can't make input empty after selecting place + validation issue
Hey! We're using your module in our project, but we faced with such issue:
- Our autocomplete field is not required, so when user select some place he can change his mind, erase it and leave empty, but we can't do so with your module, because on blur value is getting back to previous one. Temporary I just checking if modelCtrl.$viewValue is empty we don't setting viewValue. Can you consider to implement such option?
- We're using vs-autocomplete-validator and field is invalid if empty.