PolymerElements / iron-selector

Manages a list of elements that can be selected
32 stars 55 forks source link

Enhancement - Add select / deselect lifecycle callbacks. #140 #141

Open bwh-rl opened 7 years ago

bwh-rl commented 7 years ago

Main reason for this would be the iron-pages view switching like shown in the starter-kit. e.g. If i have an Video on an view element, you want it to stop it on deselect. Or reloading ajax requests on select, or resetting form data to blank, ...

bwh-rl commented 7 years ago

I think this would also apply to PolymerElements/iron-pages#47