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

Description :

When using characters inside datasource, the selected value is not displayed properly for default mode, check box mode and delimiter mode.

Note: Customer reported this issue in default and checkbox mode.

Validation Details:

Customer wants to use character inside the datasource but the proper value is not displayed. So, we have suggested enableHTMLsanitizer property now it is working fine for box mode and for default and checkbox mode the selected value with character is not displayed properly.

Sample: https://stackblitz.com/edit/angular-nrnf8y-anyhvw?file=src%2Fapp.component.ts,src%2Fapp.component.html

In the below image I have selected same value in all mode but in box mode it displayed fine but in other mode it not displayed properly

Replication procedure:

  1. Run the sample.
  2. Select any value from dropdown.
  3. Selected value is not displayed properly due to character in the datasource

Current behavior:

selected value with character is not displayed properly.


Expected Behavior:

selected value with character should displayed properly.