Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<link rel=stylesheet href="resources/customizable-select-styles.css">
<style>
.customizable-select-button {
display: block;
width: 100px;
}
.customizable-select-button::after {
display: block;
}
</style>
<div class=customizable-select-button popovertarget=popover id=button>
<span class=customizable-select-selectedcontent>one</span>
</div>