Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vdom): properly warn for step attr on input
fix `indexOf` call for the step attribute to look for the correct attribute name. hoist the check for `value` attribute to exit early if the attribute does not exist, avoiding unneeded lookups of other attributes
- Loading branch information