I am using Drop Down component to display values from value list and placeholder text for the drop down is set to “Choose value from the list”.
When I click remove button, the selected value is deleted and placeholder text is set using line below. But placeholder text is blank and not defaulting to above value .
elements.dropdownname.placeholderText = “choose value from the list”;
Please advise how to resolve this issue.