Skip to content

Fix that allow binding key value to select component#74

Open
kevinluosl wants to merge 1 commit intomontagejs:masterfrom
kevinluosl:kevin-select-component-key-value-binding-support
Open

Fix that allow binding key value to select component#74
kevinluosl wants to merge 1 commit intomontagejs:masterfrom
kevinluosl:kevin-select-component-key-value-binding-support

Conversation

@kevinluosl
Copy link
Copy Markdown

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.

2 participants