Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003esetPlaceholder\u003c/code\u003e method allows you to set the text that appears in a textbox when it's empty, guiding users on what to input.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003esetPlaceholder\u003c/code\u003e on a \u003ccode\u003eui.Textbox\u003c/code\u003e object will update the placeholder text and return the \u003ccode\u003eui.Textbox\u003c/code\u003e instance itself, enabling method chaining.\u003c/p\u003e\n"]]],[],null,["\u003cbr /\u003e\n\nSets the textbox's placeholder text, which is shown when no text is entered.\n\n\u003cbr /\u003e\n\nReturns this select.\n\n| Usage | Returns |\n|---------------------------------------|------------|\n| Textbox.setPlaceholder`(placeholder)` | ui.Textbox |\n\n| Argument | Type | Details |\n|--------------------|------------|--------------------------------|\n| this: `ui.textbox` | ui.Textbox | The ui.Textbox instance. |\n| `placeholder` | String | The select's placeholder text. |"]]