Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<script src="support/fake-selectlist.js"></script>
<body>
<script>
const selectlist = createFakeSelectlist('option');
document.body.appendChild(selectlist);
const button = selectlist.querySelector('.fake-selectlist-internal-selectlist-button');
button.style.width = "400px";
button.style.height = "50px";
</script>