Tintef

Results 26 comments of Tintef

I'm still waiting on feedback from either @bstefanescu or @steveariss. If you @zedrdave can review the branches and lmk if the problem still exists would be great.

I found it weird that the value returned from google places API doesn't have a place_id, can you provide a repo to reproduce?

I know it's not the solution we want, but I put together a little script to loop through the events and simulate a click to delete them: ```js const bulkDelete...

I'm not sure about the geocodeBy* utilities, but for the autocomplete you can set the language on the autocompletion request (see [here](https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-service#AutocompletionRequest)).

@ticpoi This should be fixed now on v4.0.0. Will close the issue but if it's still preset lmk and I can reopen! Bare in mind I had to use a...

That should actually be pretty easy to implement as [react-select has an `AsyncCreatableSelect` select component](https://codesandbox.io/s/e6wtn0?module=/example.tsx). As of now, it's not supported to use a select component that isn't `AsyncSelect`, but...

@uffou I made some changes to the repo and your code is old now -- I also think it missed some stuff around docs/types, that's why I didn't merge before...

Closing due to lack of response + @harrisjm3 reporting it works on their side.

Thanks @melloware for pointing to right section of the docs!

@Shaxadhere Can you please provide a repo/codesandbox and steps to reproduce? thanks