Page 1 of 1

Dropdown Component - placeholder text

PostPosted: Tue Nov 01, 2022 3:31 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".

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.