For some reason the inserted
event is not fired for any component in my set-up in this fiddle.
I'm trying to play with view bindings here, but the basic (hard coded) data aren't produced and used at all. No console.log
line of a callback of an inserted
-event appears, therefore I think, that this event isn't fired. But the keyup
-event on the input element is interestingly fired.
Am I missing any can library (from a CDN) here? Any other idea?