Franco Ponticelli
Franco Ponticelli
That's right, the patching mechanism will not remove attributes or events that are not explicitly indicated. You can pass to the left case `"click" => null` (or an empty handler)...
The reason is that the real doms has quite literally hundreds of attributes and properties and the VDOM knows about the things that exist but not the things that were...
The main problem was with components that changed their own attributes and HTML internally (bootstrap components and so on). In that case the old VDOM didn't look at all like...
From Hugh on the ML: I guess the first question is do you want sync or async timer callbacks? Sync is probably the most "cross platform" way. I think the...
Can you try to reduce that code to a minimal sample? It is really hard to pin point what is going wrong there.
Thanks, it is a precedence issue. Will fix it.
... or just add equivalent members for values that are converted to floats.
:D
I guess we have to break the pattern and add some `__init__` magic?
Very interested in the same ... would love to use it on plain canvas/svg in haxe/js.