select elements aren't shimmed by default
Hi, and thanks for the good library!
I don't understand why the default for Form.options.inputs is "input, textarea". I'd hope for select to also be included.
If there's a good reason for this, it should be better documented in README. I also had trouble understanding how all shimmed forms can be (re-)initialized with support for select elements. (I had to read the source to figure it out)
Thanks for the feedback. As for the select my reasons were - HTML5 specs hardly provide extension for select element. But I will work on README to make it better
Thanks for the quick reply! :)
The required attribute is defined for selects. That was an important reason for me to use a polyfill in the first place.