angular-material-extensions / google-maps-autocomplete

Autocomplete input component and directive for google-maps built with angular and material design |
https://angular-material-extensions.github.io/google-maps-autocomplete
MIT License
169 stars 60 forks source link

I am not able to get Invalid address error when i just typed Address not selected from the suggetions. #309

Closed priyanshi-birla closed 3 years ago

priyanshi-birla commented 3 years ago

OS and Version: Linux ubuntu 16.04 Angular version : 10

Module: "@angular-material-extensions/google-maps-autocomplete": "^6.2.0",

I am using this code

image

If i am not enter any value then it will show an error for invalid which is OK image

But when i enter any value and not selecting from suggested list then it will not giving me any error image

@AnthonyNahas Please help me... Thanks in advance

AnthonyNahas commented 3 years ago

yes, this is because the address is required and cant be empty

If you wish advanced validators please open a related ticket for that as feature