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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
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.