cferdinandi / reef

A lightweight library for creating reactive, state-based components and UI.

Home Page:https://reefjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with listeners and multiple on events

mouse0270 opened this issue · comments

ReefJS Version 11.

It appears if you have multiple on events, in my testing I was doing onfoucs and onblur the second event is missing? When adding a 3rd event, the second one is still missing but the first and last two work...

Its probably easier to just look at the codepen and the console. You'll see that the onclick event is breaking.

https://codepen.io/mouse0270/pen/jOZPXxq

Addressed with a redesigned API model in v12 (now live)