Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I want to achieve a validation like in How to Custom Validation using `FormValidator` in Angular DatePicker component - Syncfusion but it seems that that is not working for ejs-textbox. I have a working solution for DatePicker, DropDownLists, ...
When working with ejs-textbox this.inputElement remains null in file ej2-inputs.es2015.js
getInputElement(name) {
this.inputElement = (select('[name="' + name + '"]', this.element));
return this.inputElement;
}Regards,
Michael