A cross-browser helper for retrieving all controls in a form
npm install form-controls



A helper for retrieving all of the controls for a given root element.
``html`
`js
var controls = require('form-controls');
var el = document.querySelector('#my-form');
controls(el);
// => [
// ,
// ,
//
// ]
`
Returns an Array of HTMLElement that represent theroot
listed controls
for the element.
It is recommended that you use either a