ui.Select.setPlaceholder

Sets the select's placeholder text, which is shown when no value is selected.

Returns this select.

UsageReturns
Select.setPlaceholder(placeholder)ui.Select
ArgumentTypeDetails
this: ui.selectui.SelectThe ui.Select instance.
placeholderStringThe select's placeholder text.