Closed PrimozRome closed 6 years ago
Matching for objects is based on the property you pass to track-by
. Make sure you pass id
to track-by.
Matching for objects is based on the property you pass to
track-by
. Make sure you passid
to track-by.
@shentao uff life saver. Thanks a lot.
No problem. :) Btw. even if an issue is closed, you can still comment.
No problem. :) Btw. even if an issue is closed, you can still comment.
Yeah I know. We use your component a lot. Do you have a donate button somewhere to drop in for few beers?
Whoa! Been thinking about it a while ago and now that you mention I guess I should really consider doing something like https://www.buymeacoffee.com/. Thank you!
Sure you should do it!
Damian - I would buy you more than a cup of coffee - if I knew you were getting the $'s - so I encourage you to do it so we have a known good way of donating to you.
Thank you a lot! This is really encouraging to hear. 😃 Will work on it around December and let you both know.
Why are my preselected options not selected when I open the select dropdown?
This is the
value
prop of thevue-multiselect
- preselected valuesand this is the
options
propWhat am I missing here? The values should be selected when I open the dropdown correct?
Now what happens is I can select the already preselected option again that was passed into value prop. See here: