I've left this project inactive for way too long (v1.0.0 was launched a year after initial release!). Going through the code, there are a lot of stuff that could be improved. For all the users, the ...
<template is="dom-bind"> <up-select-input value="{{_value}}" label="Select an option"> <option value="1">option 1</option> <option value="2">option 2</option> </up ...