Not only code, got description also:
const submited = (e: any) => { const form = e.target; console.log(question) if (form.checkValidity() === false) { e.preventDefault(); e.stopPropagation(); } else { ServicePostStack(question) } setValidated(true) e.preventDefault(); }
1.4m articles
1.4m replys
5 comments
57.0k users