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.

Bind source to Observable

See original GitHub issue

Hi, guys.

Is it possible to bind the source property to an Observable? It seems it only supports array or string.

My use case: I have a method in a service that does some async processing and then returns an Observable array. I want to bind the auto-complete to this method.

Thanks!

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
allenhwkimcommented, Sep 12, 2016

I agree with you. We should accept a Observable or Promise as source. Will try Observable first.

0reactions
andregscommented, Sep 14, 2016

Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

bind(observable) - React-RxJS
bind (observable). Binds an Observable to React, and returns a hook and shared stream representing the source Observable.
Read more >
How to: Create and Bind to an ObservableCollection - WPF ...
Find out how to create and bind to a collection that derives from the ObservableCollection class in Windows Presentation Foundation.
Read more >
Chapter 5. Bindings, observables, and pipes - Angular 2 ...
This chapter covers. Working with flavors of data binding; Binding to attributes vs. properties; Understanding observable data streams; Treating events as ...
Read more >
Work with observable data objects - Android Developers
Observability refers to the capability of an object to notify others about changes in its data. The Data Binding Library allows you to...
Read more >
Two way data binding on Observable element - Stack Overflow
To me two way binding does not work here because async pipe or subscribing the observable creates a different object with another reference....
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