ngx-google-places-autocomplete icon indicating copy to clipboard operation
ngx-google-places-autocomplete copied to clipboard

Google Places autocomplete for angular web project

Results 56 ngx-google-places-autocomplete issues
Sort by recently updated
recently updated
newest added

Hello everybody could you help me with this? I have followed this issue https://github.com/skynet2/ngx-google-places-autocomplete/issues/4 but it still without working here is my karma.conf.js files section ``` files: [ './src/test/google-mock.js', {...

Hi, I really like this autocomplete function and I want to limit my search to cities only. I tried with this solution here ` [options]="{ types: ['(cities)'], componentRestrictions: {country: 'us'}...

Chrome/Angular has a bug where "autocomplete="off"" doesn't work It needs to be "autocomplete="disabled"" How can i set to disabled?

When I try to input options it is showing me this error: Type '{ componentRestrictions: { country: string; }; }' is missing the following properties from type 'Options': bounds, types,...

`Warning: projects/app.module.ts depends on 'ngx-google-places-autocomplete'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies` I looked up how to resolve this issue and it seems that...

Did you think about adding debounce option to autocomplete search emit? It will be a nice option to "save some money" when a lot of unwanted requests are sent to...

### issue: options not working with Angular 11 #91 ### i make all variables of options class optionnal by adding ? behind

So we've had the autocomplete live on our site for several weeks and our QA person found some issues that I can't quite put a finger on. Here's the options...

So I've been spinning my tires trying to get this thing to work properly on our site. Everything is compiling with no errors, the input is showing up, and the...