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!

3
Votes

Issue Description:

issue 1: setting the null value to two-way binding variable returns the script error "Cannot convert undefined or null to object" in dropdownlist component

issue 2: while clear the component value using the clear icon. value reset to the index value.


Replication steps:


Issue 1:


Step 1: Run the sample

step 2: open the popup and select 3rd index value

step 3: now clear the value using the clear icon


expected: component value should be cleared


output: value reset to already bound index value.


Issue 2:


Step 1: run the sample.

step 2: open the popup and select any value

step 3: now click the button to set the two-way bound variable value to null


expected: component value should be cleared.


output: script error throws with "Cannot convert undefined or null to object"