Page 1 of 1

Drop Down Component - placeholder text

PostPosted: Wed Nov 02, 2022 11:05 pm
by kalpesh.patel
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".

In onRemove method, the selected value is deleted from the value list and placeholder text is set using line below.
elements.dropdownname.placeholderText = "choose value from the list";

When I click remove button, selected value is deleted as expected but placeholder text is blank and not defaulting/set to above value.

Please advise how to resolve this issue.