You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
333 B
12 lines
333 B
|
|
|
|
// 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 );
|
|
|