[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]