I have the following html element:
fields.push()}>Add Email
I need the href attribute so bootstra
Add e.preventDefault() to onClick and add href="#" attribute
e.preventDefault()
href="#"
{ e.preventDefault(); fields.push(); }}>Add Email