Javascript – scrollIntoView() method stops scrolling mid-way to the element when triggered by ENTER key on input
Context I'm developing a list of items. I have a form on the top of the list in order to add new items (just 1 input and 1 submit button). Once the form is submitted, I have the next code…