Skip to content

Fix the test case in Weex and get the correct value of input element #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

Hanks10100
Copy link

One thing should be noticed:

In Weex, the structure of the <input> element has a slight difference with Web, it doesn't have the valueproperty but has attr.value. It should be considered when getting the value of input element.

In Weex, the structure of the `<input>` element has a slight difference with Web, it doesn't have
the `value` property but has `attr.value`. It should be considered when getting the value of input
element.
@chrisvfritz
Copy link
Owner

@Hanks10100 Excellent! Thanks. 😄

@chrisvfritz chrisvfritz merged commit f188fa0 into chrisvfritz:feature/v-model-through-attrs-and-listeners Aug 11, 2017
@Hanks10100 Hanks10100 deleted the weex-feature-v-model branch August 15, 2017 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants