Reuben Turk

Results 41 comments of Reuben Turk

> This is NOT a theoretical use case ein fact we encounter it every day. > > Here is the simple version of the use case: > > * main...

> Really it's not necessary. You can simply define your formArray and an auxiliar function to get the "FormControl" (if you has a FormArray of FormControls) or the "FormGroup" (if...

I have run into this as well and I think it is the same issue as #102 only that firefox is better at telling you what the issue is. There...

I have this same issue. All my tests will throw this error: `Error: Timeout - Async function did not complete within 5000ms (set by jasmine.DEFAULT_TIMEOUT_INTERVAL)` Note that when my browser...

The problem is because closeDropdown() doesn't check if the drop down is already closed or not before emitting and the click outside directive is blindly calling closeDropdown() everytime someone clicks...

Actually in addition to that PR, we need to change the way that the clickOutside directive works, so that the click handler only binds when the dropdown is open. So...

Not sure if related but it seems like it might be... If you open the dropdown, then click some checkboxes, then click the dropdown button again, it used to close...

My workaround is to pin my package.json the old version I was using before I updated to the broken version. Not ideal but better than this new bug.

Looks like this has been fixed by this PR https://github.com/NileshPatel17/ng-multiselect-dropdown/pull/322 which was included in the 0.3.8 release. My very quick initial test indicates that it's fixed but I haven't done...

There is already an issue for the event getting fired too often: #127 There is a PR in to fix that. I don't understand the first part of your issue...