Skip to content
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

Fix that allow binding key value to select component #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kevinluosl
Copy link

Before the select.reel component only support to bind to whole object and the object has to be the same reference in the select content array.

But in many cases we can only know the key value (like some id) and in some cases we may have the object from some other places but we still want to set it as selected object to component.

Now it supports bind to key value set in valuePropertyName or the object (The object just need contains same key with original array, no need contains full fields )

@hthetiot hthetiot requested a review from jonfu86 June 17, 2017 19:52
@hthetiot hthetiot added this to the 3.0.x milestone Jun 17, 2017
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.

None yet

2 participants