valor-labs / valor-launchpad

2 stars 2 forks source link

UI-lib Auto Complete Option logic error #586

Open sawyerbutton opened 2 years ago

sawyerbutton commented 2 years ago

image Click$ will not be trigger when clicking the host element. This issue has been reproduced in repo. Please check it. @xiehongyang

sawyerbutton commented 2 years ago

Also, auto-complete module has been imported in UI-Module, So it has not been in any apps project. @xiehongyang

xiehongyang commented 2 years ago

@sawyerbutton Hey, Sawter, since fromEvent in Rxjs is a cold observable, so it will not emit any value until you subscribe to it, also, auto-complete is using in [header.component], thanks.