function sendMail(){ //variables and value already gotten if (name.value === '') { messages.push('Please your Name is required') } if (meg.value.length <= 30) ...
Hello guys I want to calculate distance between two addresses and display them to the user using google distance matrix api But i want to use this in react Anyone know how ...
hello guys so i'm working on forms on react and i'm validating inputs with yup + formik i have 4 select inputs in my form i want to make sure at least one of the selects inp...
Please i need help How do i import a node module to html? I cloned this repo from github and it uses npm and other npm dependences for the project. I want to add particules...
Holla everyone Is array.filter a loop? I was given a challenge and I was only allowed to use one loop in the code I used, array.sort, array.filter and for-loop to achieve t...
When an object instance is passed to a function argument, does it duplicate it for the function to use or it makes reference back to the actual variable value? Looking at it ...
hello everyone i used formik for my form validation in react and inside formik i have a react places autocompelete component i'm loss on how to validate the input since the l...
Yes it uses webpack, and i have installed the module with npm install. It's available in the modules folder and included in my package.json file My question & problem now is,...
Hello guys, Pardon me if this is not appropriate here Does anyone know how achieve such route animations easily with react?
Please guys Any sample code for validating form with with jQuery plug-in and using Ajax to send the data to php for sever validation and return error if any than insert the v...
can i combine validate with validateshema? i think that will really make it easier for me
You're right I'm trying to use the library Server Side which is unsupported. The question now is, how do i use it in client side and still run npm?
I'm confused And I'm still learning how to code properly What's the best alternative for me? And pls can you provide me with anything that can help me proceed
Does that mean i have to use react?
Any help? Is the code wrong I use jqbootstrapsvailidation for my form validation