-
![CleanShot 2024-08-13 at 09 53 54](https://github.com/user-attachments/assets/2e7d7979-488d-4ce9-a486-8469710e11b4)
I got this bug: Cannot find module '@ernane/svelte-star-rating' or its correspon…
-
The Google Places API is expensive when charged for every single autocomplete and places detail request. Luckily, they have added Session pricing to their rate model.
To do this, users provide a se…
-
When running in Universal Mode, google is not defined there should be a wrapper around the google lib access to check for platformIsBrowser.
```
ERROR ReferenceError: google is not defined
a…
-
Need to add a react virtual scrolling library to improve rendering performance.
Can be used in the following places:
- Autocomplete results
- Preparations list
- Query results
- FormTable
Pr…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
I am trying to use the lib with TypeScript and getting an error related to KeyboardEventHandler:
…
-
# Describe the bug
The debounce feature is just delaying the execution of the request code, and not eliminating the unnecessary requests.
For example, if I set a debounce interval and type "Los …
-
Hi,
I am trying to create an add-on that adds g-places-autocomplete to the input tag based on this library:
https://github.com/kuhnza/angular-google-places-autocomplete
I'm not sure if I am exe…
-
Add the locationbias parameter for the Place autocomplete method.
See reference here: https://developers.google.com/maps/documentation/places/web-service/autocomplete#locationbias
-
![image](https://github.com/user-attachments/assets/a771ac77-7627-426f-bf47-e1629e609b8f)
# Additional context
- Library Version: [^2.5.6] and ^2.5.7
- React Native Version: [0.74.3]
- […
-
Hi there!
Thank you for this great package!
I want to use autocomplete in shiny textInput, and display the location on a google map:
```
textInput("someaddress",label = NULL,width = "100%"),…