Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<script src="support/fake-selectlist.js"></script>
<body>
<script>
const selectlist = createFakeSelectlist('hello world');
document.body.appendChild(selectlist);
selectlist.querySelector('.fake-selectlist-internal-selectlist-button-icon')
.style.backgroundColor = 'red';
</script>