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.direction = "rtl";
button.style.width = "300px";
</script>