Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update datalist #400

Merged
merged 3 commits into from
Mar 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions posts/datalist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ feature: <datalist>
status: use
tags: polyfill gtie9 nomobile
kind: html
polyfillurls: [Relevant Dropdowns](https://css-tricks.com/relevant-dropdowns-polyfill-for-datalist/), [Webshims](https://afarkas.github.io/webshim/demos/), [jQuery Datalist Plugin](https://miketaylr.com/code/datalist.html)
polyfillurls: [datalist-polyfill](https://github.com/mfranzke/datalist-polyfill), [Relevant Dropdowns](https://css-tricks.com/relevant-dropdowns-polyfill-for-datalist/)

[`<datalist>`](https://html.spec.whatwg.org/dev/form-elements.html#the-datalist-element) enables autocomplete combo boxes. It can be polyfilled well with any of the scripts below, though they have [varying levels](https://github.com/h5bp/html5please/issues/18) of support for the full feature. You can also use a [graceful fallback](http://adactio.com/journal/4272/) if you choose not to polyfill.
[`<datalist>`](https://www.jotform.com/blog/html5-datalists-what-you-need-to-know-78024/) enables autocomplete combo boxes.

It can be polyfilled (for IE 9 and Safari) with the scripts below, though they have [varying levels](https://github.com/h5bp/html5please/issues/18) of support for the full feature. You can also use a [graceful fallback](https://adactio.com/journal/4272/) if you choose not to polyfill.

Please make sure to check [caniuse](https://caniuse.com/#feat=datalist) regarding partial support even in modern browsers.