We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ce9b7 commit 114aeabCopy full SHA for 114aeab
index.html
@@ -273,7 +273,7 @@ <h2>Fancy dynamic example</h2>
273
<div class="col-md-12 col-xl-4 example-input" id="dynamic-example">
274
<script>
275
setTimeout(function () {
276
- const input = document.createElement("input");
+ var input = document.createElement("input");
277
input.setAttribute("type", "date");
278
document.getElementById("dynamic-example").appendChild(input);
279
}, 2000);
0 commit comments