Ameer Hamza Zeya
Results
1
comments of
Ameer Hamza Zeya
If you are working on the react project, in the Form components you can change the submitTodoHandler as follows const submitTodoHandler = (e) => { e.preventDefault(); console.log(inputText); if(!(inputText === ""))...