mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
343 stars 87 forks source link

JS: focus validating an Input hidden #1233

Closed matimendez88 closed 9 years ago

matimendez88 commented 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();