You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valorkin
changed the title
Please support nested property in typeaheadOptionField if possible
chore(typeahead): Please support nested property in typeaheadOptionField if possible
Feb 6, 2016
In above example I am using typeaheadOptionField = SkillName. But I also need to match SkillName from subskills and return the whole skill object on select
I am trying to use Typeahead.
The example code
and
runs well.
But when I try to change the data format
and use
It does not work. The problem is typeaheadOptionField does not support nested property. I got the answer from here. http://stackoverflow.com/questions/35187354/typehead-in-ng2-bootstrap-cannot-show-items-in-angular-2/35187996#35187996
Please support nested property in typeaheadOptionField if possible. Thanks!
The text was updated successfully, but these errors were encountered: