You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
snabbdom/modules
Garth Williams daba67692e Fix cursor jumping to the end of "controlled" inputs
DOM `INPUT.value` should never be updated when it matches the new vnode.

This fixes issues where typing into an INPUT with a sync event handler
cause a render (such as for validation feedback) where setting
`INPUT.value` also pushes the cursor to the end of the input.
9 years ago
..
attributes.js replaced Regex with object dict for boolean attributes 10 years ago
class.js Ensure that class, props and style artefacts are not left after re-render 9 years ago
eventlisteners.js Do not mutate event listener parameter array 10 years ago
hero.js Safety check for requestAnimationFrame 9 years ago
props.js Fix cursor jumping to the end of "controlled" inputs 9 years ago
style.js Ensure that class, props and style artefacts are not left after re-render 9 years ago