Skip to content

Commit

Permalink
Updated datalist support for Android WebView. (#2544)
Browse files Browse the repository at this point in the history
The `datalist` does not work on Android WebView.
mfranzke/datalist-polyfill#33
  • Loading branch information
vpodk authored and ddbeck committed Aug 2, 2018
1 parent 4d275b7 commit 3139ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/elements/datalist.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/datalist",
"support": {
"webview_android": {
"version_added": "33"
"version_added": false
},
"chrome": {
"version_added": "20"
Expand Down

0 comments on commit 3139ae1

Please sign in to comment.