[Feature Request] block native form events and properties #24
Replies: 5 comments
-
I like the idea: it makes our api simpler and more predictable. We definitely need to create documentation for best practices and propagate the use of If we would block native events(which we could consider for a next breaking release), we would actually loose some information, since Questions
|
Beta Was this translation helpful? Give feedback.
-
Good point about
On IE11 this didn't work correctly, changing the checkbox caused it to flip back to it's initial state. Changing this to |
Beta Was this translation helpful? Give feedback.
-
Good catch. Looking at the code, I think we listen for an |
Beta Was this translation helpful? Give feedback.
-
Hi, We are closing this issue because we're changing the way we handle feature requests. Your issue will get the "votes needed" label, and people can add 👍 reactions to vote and show interest. It will be reopened when this feature gets picked up. This we way we clearly focus on bugs in our open issues. At the same time we can see what community interest there is for new features. Thanks! |
Beta Was this translation helpful? Give feedback.
-
sounds like a good idea 💪 |
Beta Was this translation helpful? Give feedback.
-
I was using the
change
event in a couple of places in my code. This causes different results across browsers, usingmodel-value-changed
fixed it.Perhaps it would be a good idea to prevent leaking any native events and exposing any native properties that should not be used.
Beta Was this translation helpful? Give feedback.
All reactions