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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Typeahead allows the format select as label for value in sourceArray. It is possible to have an expression for "label", like so: state.id as state.name + ' (' + state.id + ')' for state in states.
This works fine unless you use it with typeahead-select-on-exact. In that case, it never matches the full label expression; it breaks after the first part (at the "plus").
I figure that label expressions might just be "not supported" (yet), but I thought I'd document this issue here, for whoever else might be searching for it.