TypeError: Cannot read property 'reset' of null

I got " TypeError: Cannot read property 'reset' of null " after upgrading to angular 8.
on angular 7, this error was solved by adding this line in constructor, but on angular 8 it's not working anymore

    constructor( ) 
     {
        // @@@@ SCHEDULE QUICKPOPS BUG FIXES
        (QuickPopups.prototype as any).applyFormValidation = () => { };
     }

Empty

1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team September 25, 2019 08:59 AM UTC

 
Syncfusion greetings. 
 
We have checked the quick info template sample with validation in Angular 8 and it is working correctly at our end. 
 
Kindly try the sample and if the issue persists, try to reproduce the error in a sample and revert else share your code example/runnable sample (if possible) to serve you better. 
 
Regards, 
Karthi  
 
 


Loader.
Up arrow icon