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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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