Karthik Vasudevan
Karthik Vasudevan
Can have a option to specify the format of date to be returned while accessing using form control it will reduce some of the custom code, Currently after selection it...
Unit test runs in PhantomJS but in chrome throws error RangeError: Maximum call stack size exceeded
Using module('templates'); in unit test case throws the below error for below chrome version. Chrome 60.0.3112 (Windows 7 0.0.0) **RangeError: Maximum call stack size exceeded at Object.invoke (bower_components/angular/angular.js:4718:19) at bower_components/angular/angular.js:4526:62...
https://stackblitz.com/edit/ngx-select-ex-issues-90-zxag5j?file=app%2Fapp.component.ts Steps 1. Click on Open Modal button 2. It opens a modal window. 3. Click on the dropdown. 4. After the results are shown, try closing the dropdown by...