question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bindValue support for nested objects

See original GitHub issue

Hi there! Just used this awesome package and got stuck with bindValue don’t work with embedded objects. Although bindName does! Please clarify this to me, is it a bug or this works as expected, i didn’t find any info about this.

More Info

ng-select version: 0.15.2 browser: Chrome reproducible in demo page: https://plnkr.co/edit/4b9x0lxADf09zaNlzcss?p=preview (The selectedCity remains undefined after any choice)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
anjmaocommented, Feb 2, 2018

@pupizoid I pushed new version 0.17 to npm and added example in demo page for nested value bindings https://ng-select.github.io/ng-select#/bindings

1reaction
varnastadeuscommented, Jan 31, 2018

Hi @pupizoid. Thanks for feedback. As @anjmao said it’s not implemented yet. There was few reasons for that:

  1. There was no request
  2. Complexity implementing it is higher than value from it since you can always get full object and map nested value.

But that’s definitely not the excuse for not implementing it. 😅

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bind to nested (navigation) properties in complex objects
How do I use complex objects in my model and show nested (navigation) properties information in the grid? Solution. Set the Field parameter...
Read more >
c# - .net core unable to pass binding phase with nested object
But I am facing a problem when I try the same with an Entity that has other entities as attributes (so nested objects)....
Read more >
Cannot bind value to the nested property in WPF application.
I'm trying to bind value to the nested property in xaml. ... property contains nested object public MyNestedType NestedObject { get { return ......
Read more >
How do I validate a nested complex model in Blazor?
To validate the nested complex model, replace the DataAnnotationsValidator with the ObjectGraphDataAnnotationsValidator, which validates the ...
Read more >
Query Module (XWiki.org)
Query listing all documents containing XWiki Objects (XObject) of a ... Since XWQL doesn't support nested selects using the doc.object() ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found