Тёмный
WCodes
WCodes
WCodes
Подписаться
My name's Wilda and I'm a recent bootcamp graduate. I've created this channel to share helpful tutorials on implementing libraries using Javascript and React for others interested in coding. I know first hand the struggles of learning a new library so I want to contribute back to the community. I'm open to connecting and answering any questions, feel free to reach out on social media!
Комментарии
@carolynchien2710
@carolynchien2710 2 года назад
Hey! I followed along but when clicked on the suggestion it doesn’t update my input field. Can you please tell me why? I’ve done some research but still didn’t get it working. Thank you.
@Muhammed-nani964
@Muhammed-nani964 2 года назад
Keep it up noice job It’s always to see react developers 😁
@dmitrykabanov2869
@dmitrykabanov2869 2 года назад
Hi all. I'll give you an additional example, hope its gonna help someone My task is to create autoComplete wich returns addresses of USA and Canada I just added additional optional attribute into PlacesAutocomplete -> "searchOptions={{ types: ["(cities)"], componentRestrictions: { country: ["us", "ca"] } }}"
@jHallyson32
@jHallyson32 2 года назад
my guardian angel
@muhammadalbab2678
@muhammadalbab2678 2 года назад
hey, great video! i have one question. to get our API keys working do we have to create billing account first or we can skip that part? thanks
@nimrahadam7209
@nimrahadam7209 2 года назад
Thanks for the video. My app is working fine on the local server but after deploying on heroku it only shows the loading string and no suggestions. I have not included any restriction for my api key. Can you please tell me why it might not be working ?
@amaricalypse
@amaricalypse 2 года назад
check your input props correctly
@AlainRivera-j3o
@AlainRivera-j3o 3 года назад
Thanks, I have implemented and everything is ok except when I click with the input empty because an error is triggered with legend ZERO_RESULTS or INVALID_REQUESTS and I can't catch that problem to avoid the app brearks
@wcodes9843
@wcodes9843 3 года назад
You can try to disable the search button/icon to prevent the user from searching when the input field is empty. Hope that helps!
@Eng.Ahmed-iftikhar
@Eng.Ahmed-iftikhar 3 года назад
can we restrict person on a specific country like the UK he only search places in uk
@wcodes9843
@wcodes9843 3 года назад
Yes, it's possible. In the react places autocomplete component there is a prop called searchOptions where you can pass the location's latitude and longitude and radius if you want to restrict the search field.
@priyaranjan1733
@priyaranjan1733 3 года назад
Thanks :)
@vishal.rathoree
@vishal.rathoree 3 года назад
Thanks for the video! Good that you showed how to protect API key as well.
@korallevi22
@korallevi22 3 года назад
thanks for the great video! explained well!!
@Erluigi2011
@Erluigi2011 3 года назад
Thank you for the video!!
@jamilabbasOfficial
@jamilabbasOfficial 3 года назад
Super!
@tasaduqhaqaq979
@tasaduqhaqaq979 3 года назад
could you please please guide how to implement an autocomplete on google maps .however in my code i am getting users current Location and i am displaying the location on map as well also i am getting dynamic address from Google Api. Now i want to implement Autocomplete when i try to import Google react autocomplete it's giving error message like Autocomplete is undefined
@YoussefZidan
@YoussefZidan 3 года назад
Thanks you
@mohamedm.5792
@mohamedm.5792 3 года назад
Amazing video!! Well done explaining the concept in details. 👍👍
@ridikuloz
@ridikuloz 4 года назад
very gud
@xiaochen8444
@xiaochen8444 4 года назад
Thankyou !!!!!