can
Version:
MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.
13 lines (6 loc) • 333 B
JavaScript
// lol. we already have a test for datalist built in! silly you.
// Helpful links while you're here, though..
// http://css-tricks.com/15346-relevant-dropdowns-polyfill-for-datalist/
// http://miketaylr.com/test/datalist.html
// http://miketaylr.com/code/datalist.html
Modernizr.addTest('datalistelem', Modernizr.input.list );