Closed matimendez88 closed 9 years ago
When an input hidden is validate, the focus doesn't work. The solution could be to scroll to the parent of this input.
this._el.parentElement.scrollIntoView();
When an input hidden is validate, the focus doesn't work. The solution could be to scroll to the parent of this input.