Konstantin Polyntsov

Results 92 comments of Konstantin Polyntsov
trafficstars

@artemzakharov There is a lot of automated tests. And I tested it my own hands. But I can't catch it. An exemple to reproduce will be better than a long...

@karthikv-26 Cool! Will you tell of them? Or make a live example.

@karthikv-26 I glad that it is useful for you! Thank you for the description of the bug case. I'll check it little later and attempt to fix it.

I tried to reproduce, but still nothing: https://stackblitz.com/edit/ngx-select-ex-issues-90?file=app/app.component.ts

Yes, it helps. The `blur` fired by closing the menu. It usually happens by clicking mouse outside. And it has some delay because of it fired by DOM events. If...

@cyphercodes96 Make an example for show the bug: https://stackblitz.com/edit/ngx-select-ex-issues-90?file=app/app.component.ts I want to help, but I have no so much time to investigate everything... Help me to see the issue and...

> Looking at the code I'm not sure where this is being cleared. You don't find it because I don't clear the input. It is a side effect of `*ngIf`...

@BloodChiefStromberg Unfortunately I am too busy and can not promise to solve it in soon. But, you can make a fix and make a pull request. I'll check and release...

@falco442 Check this: https://github.com/optimistex/ngx-select-ex/blob/9a414f3a63b28a2f08d84535edb7a9111bd1acdc/src/app/lib/ngx-select/ngx-select.component.ts#L68 It implements the interface `ControlValueAccessor`: https://angular.io/api/forms/ControlValueAccessor

I have the same issue with Angular 9.1: ``` Warning: Entry point 'angular2-text-mask' contains deep imports into '/home/optimistex/www/lisa10/frontend/node_modules/text-mask-core/dist/textMaskCore'. This is probably not a problem, but may cause the compilation of...