Hacker News new | ask | show | jobs
by chandmk 3288 days ago
Tried the hello world demo. When I delete the text it won't remove the first typed character from the label.

I thought one of the advantages of React/Angular/Vue frameworks is their support for event modifiers, cross-browser support for the events via synthetic events. Or is there a support for these ideas that I am missing.

1 comments

If you prefer, you could set up more compatible event handlers with jQuery or whatever in the `$init` function instead of using attributes.