<datalist>
Safe to use with polyfillhtml<datalist> enables autocomplete combo boxes.
- Verdict
- Safe to use
- Category
- HTML features
- Browser support
- Can I Use
- Works in
- IE10+
Should you use <datalist> in 2026?
It can be polyfilled (for IE 9 and Safari) with the scripts below, though they have varying levels of support for the full feature. You can also use a graceful fallback if you choose not to polyfill.
Please make sure to check caniuse regarding partial support even in modern browsers.
Please