component / reactive

Tiny reactive template engine
382 stars 48 forks source link

on-select support for <select />s #144

Closed stephenmathieson closed 10 years ago

stephenmathieson commented 10 years ago

thoughts on supporting <select on-select="somemethod">...</select>? right now, i'm just manually adding listeners (which is working fine), but it's inconsistent with the rest of my code :/

stephenmathieson commented 10 years ago

eh nevermind it's nonstandard and not a big deal