Ofer Herman
Ofer Herman
should work now - issue was withloading RxJs
@oneinazillion `ng2-completer` doesn't listen to `keyup.enter` and therefore doesn't re-emit it.
Can you upload samples for the issues you described?
there`s an example in the [demo](https://github.com/oferh/ng2-completer/blob/master/demo/native-cmp.ts#L128)
`autocomplete="false"` is hardcoded in `ng2-completer` since that's the purpose of the element. if there is another way to let Android know that it should display suggestions it can be added,...
For testing current state it's possible to mock `getState` ```typescript spyOn(MockNgRedux.getInstance(), "getState").and.callFake(() => {}); ```
@Guillaumecabasson will you be interested to become a maintainer?
Hi @anjalii2611, I'm no longer able to maintain this library so will not be able to fix it. Ofer
it's a workaround but according to the spec [6.3.4 in the draft](https://datatracker.ietf.org/doc/draft-pantos-http-live-streaming/?include_text=1) an EVENT playlist may also have EXT-X-ENDLIST tag
Thanks! The only way at the moment is to write a custom element like [material demo](https://github.com/oferh/ng2-completer/blob/master/demo/completer-cmp-md.ts)