Currently using Angular 8, I recently included onSameUrlNavigation: 'reload'
to my router
. This change has successfully allowed the page to reload upon a second click on the same link. However, I've noticed that the input fields on the reloaded page are not being cleared. Why is this happening and what steps can I take to address it?