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

If the minimum or maximum values are changed dynamically, the CSS class "e-selected" is removed from the selected date cell.


Replication procedure:

1. Run the sample.

2. Select "11 Nov 2024" from the popup.
3. Click the "Set Max" button to assign the Max date to the component.
4. Click the "Remove Max" button to clear the Max date.

 

Expected Output: The CSS for the selected value should not be removed when the min and max properties are changed dynamically.

Current Output: The CSS for the selected value is removed when the min and max properties are changed dynamically.