Placeholder text displays a hint to the user.

example-placeholder-property

For a text input, placeholder text is shown until the user types input. If the user clears the contents of an input box, then placeholder text is re-displayed.

example-place-holder-displayed

For a dropdown, placeholder text prompts the user to make a selection.

Figure shows placeholder text before a selection is made from a dropdown

The placeholder is replaced after the user selects an item.

placeholder-replaced-by-selection

Tip: Manually typed placeholder text is ignored if the component is bound to a variable. If a variable is selected, then its value is always displayed.