I find myself increasingly wanting a way to deselect an item once it is selected. Currently, the only want to do this is use mult, but allowing multiple selection is not always desired.
In the past, I've worked around this by using the iron-deselected event manually deselected the item in js :(
I find myself increasingly wanting a way to deselect an item once it is selected. Currently, the only want to do this is use
mult, but allowing multiple selection is not always desired.In the past, I've worked around this by using the
iron-deselectedevent manually deselected the item in js :(