[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-11-09 (UTC)"],[[["The `disableFeature` method allows you to disable a specific feature within the Picker."],["It accepts a single, required parameter: `feature` of type `Feature`, indicating the feature to disable."],["This method is not optional, final, protected, or static."],["Calling `disableFeature` returns a `PickerBuilder` instance, enabling method chaining for further customization."]]],["The `disableFeature` function, part of `PickerBuilder`, disables a specified `Feature`. It requires a `Feature` type parameter and is neither optional, final, protected, nor static. It returns a `PickerBuilder` object. The function is used to disable a picker feature based on the passed-in feature's name. There is not any optional parameter.\n"]]