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

If we change the @bind-StartDate and @bind-EndDate dynamically in the external button click it does not reflect in the component.

Issue reproducing sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/DateRangePicker_bind_value_issue-1856440142

Replication procedure:

1. Run the attached sample

2. Click the button next to daterangepicker component “>>”.

3. We can see that modified start and end date will not set to the component.

4. Now change the NuGet version to the 19.3.0.59 and do the above mentioned steps.

5. We can see the modified value correctly set to the component.

Issue 2: This is not breaking issue.

The modified start and end date removed from the popup on popup open and close action.

Replication procedure:

1. Run the attached sample in 19.3.0.59 version.

2. Click the button next to daterangepicker component “>>”.

3. We can see that modified value correctly set in the input.

4. Now open and close the popup few times.

5. We can see that added value get removed from the popup and error class will be added to the component.