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!

0
Votes

When integrating the DropdownList with the In-place editor component and setting the 'value' property to the 'DropdownListModel', it is not applied to the dropdown component.

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


Replication Procedure:

  1. Run the sample.
  2. Check the DropDownListModel; in the sample, we have set the value property.
  3. Now, open the dropdown and observe the issue: the given value is not applied to the component.

Expected: When giving a value in the 'DropDownListModel', it should be properly applied to the component.

Actual: While setting the value property in the 'DropdownListModel', it is not applied to the component.