stoney
stoney
KPCKevin Powell - Community
Created by stoney on 4/11/2024 in #front-end
cors error
Solved the issues for anyone wondering it was the options request being sent by the website to confirm the backend was safe that was causing issue but i filtered it
2 replies
KPCKevin Powell - Community
Created by stoney on 11/3/2023 in #front-end
How to create this border.
Thank you i was able to finish the website your css really helped
21 replies
KPCKevin Powell - Community
Created by Leo_ on 10/21/2023 in #front-end
Location Autocomplete in MERN
Well you could use another api and try to link it with google map api might be a janky set up
10 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
Here is a react version
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
Your overcoplicating it i think it just needs to loop the data to find the data that mathes the letters you have input then display it if your working with very few data you can just use a datalist but i would only recommend this if your data is less than 10 items otherwise just use js react or vanilla
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
https://youtu.be/OXd_wv7Qi4g?si=GTrrxMECjjg4KMJe this is a vanilla js tutorial that seems to have everything your looking for
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
@Interpod are you working with a ton of data ?
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
I use vanilla js so my example will be vanilla js you’ll figure out how to do it in react I’m still trying to move from ruby to react
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
Then style it using css and add the dropdown function using react let me try to see if i can find an example in code pen before i write anything
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
In html create an input element
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
Well you can do this with javascript or css its just styling i think you can find a tutoral
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
No description
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
Are you trying to create a search function for a database ? Or are you working with an external database that already has one your just working with an api ?
24 replies
KPCKevin Powell - Community
Created by interpod on 11/5/2023 in #front-end
Component similar to google input
I don’t use react but you can design an input field using css. For the autocomplete function you can implement using api’s for the database you are working with
24 replies
KPCKevin Powell - Community
Created by stoney on 11/3/2023 in #front-end
How to create this border.
Still wondering if anyone knows how to pair the two borders
21 replies
KPCKevin Powell - Community
Created by stoney on 11/3/2023 in #front-end
How to create this border.
After a bit of tweaking
21 replies
KPCKevin Powell - Community
Created by stoney on 11/3/2023 in #front-end
How to create this border.
No description
21 replies
KPCKevin Powell - Community
Created by stoney on 11/3/2023 in #front-end
How to create this border.
I used the main attribute and would recomend the same rather than using a div
21 replies
KPCKevin Powell - Community
Created by stoney on 11/3/2023 in #front-end
How to create this border.
I used border image
21 replies