تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["The `setPlaceholder` method allows you to define the text displayed in a select dropdown when no option is selected."],["This method accepts the placeholder text as an argument and can be chained with other ui.Select methods for a fluid coding experience."],["It ultimately returns the `ui.Select` instance, enabling further method calls if desired."]]],["The `Select.setPlaceholder()` method sets the placeholder text for a select element, displayed when no value is chosen. It accepts a string argument (`placeholder`) representing the desired text. The method, when called on a `ui.Select` instance, modifies the instance and returns the same `ui.Select` instance, allowing for method chaining. The `ui.Select` instance is passed as the argument 'this'.\n"]]