[[["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."],[[["The `setDisabled` method allows you to enable or disable a UI select element."],["Calling `setDisabled` on a `ui.Select` instance returns the instance itself, enabling method chaining."],["The method accepts a boolean argument, `disabled`, indicating whether the select should be disabled."]]],["The `Select.setDisabled(disabled)` method controls the disabled state of a select element. It accepts a boolean `disabled` argument, where `true` disables the select and `false` enables it. This method operates on a `ui.Select` instance and returns the same `ui.Select` instance, allowing for method chaining.\n"]]