placeholder value is not displaying by default
I have a dropdown property. I have used Clipboard as source of that dropdown. Configured place holder value as "Select.." But at run time, in drop down, the place holder value is not displaying. In dropdown we are getting direct values.
For ex: if the clipboard values are having "one" , "two", "three", at run time in drop down it is displaying by default "one" instead of place holder "Select.."
Could anyone suggest on this?