[[["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 the DateSlider, controlling user interaction."],["Using this method with the `disabled` argument set to true or false will determine the slider's state, and it returns the ui.DateSlider instance for chaining."]]],["The `DateSlider.setDisabled(disabled)` method disables a date slider. It accepts a boolean argument, `disabled`, which determines the disabled state. The method returns the `ui.DateSlider` instance, allowing for method chaining. The `ui.DateSlider` instance itself is passed as argument `this`.\n"]]