0

In Angular project I have multiple inputs inside html file that are not wrapped with a form.

I need to clear all the inputs by a function inside TypeScript file.

I used ViewChild but seems that ViewChild must be unique.

I am using angular 10

1 Answer 1

1

In that case you have to use document.getElementbyID().value = "" to clear all the input fields it is always better to wrap them in a form if you want to clear the input controls.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.