Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, 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!

0
Votes

Header displayed as “information” when we set header as null

The issue is here :

node_modules\@syncfusion\ej2-popups\src\dialog\dialog.js line 1816 :

options.header = !isNullOrUndefined(option.title) ? option.title : DLG_UTIL_DEFAULT_TITLE;

Replication procedure :

1.   Run the Sample.

2.   You can see the issue

 Expected Output: Header should be empty when we set header as null as per documentation

Current Output: Default header “information” has displayed