solid-select
solid-select copied to clipboard
prevent option click from bubbling and causing list re-open
clicking on option in list currently causes the list to stay open. I tracked it down to closing, then bubbling to an onclick on the input that causes it to reopen.
also -- this is a great library. required way less fiddling than other select libs I've used in the past