diff --git a/app/client/src/components/designSystems/blueprint/DropdownComponent.tsx b/app/client/src/components/designSystems/blueprint/DropdownComponent.tsx index 3d7db2fe53..2434d3df7a 100644 --- a/app/client/src/components/designSystems/blueprint/DropdownComponent.tsx +++ b/app/client/src/components/designSystems/blueprint/DropdownComponent.tsx @@ -259,7 +259,7 @@ class DropDownComponent extends React.Component { { isTriggerProperty: false, validation: VALIDATION_TYPES.DEFAULT_OPTION_VALUE, }, + { + propertyName: "isFilterable", + label: "Filterable", + helpText: "Makes the dropdown list filterable", + controlType: "SWITCH", + isJSConvertible: true, + isBindProperty: true, + isTriggerProperty: false, + }, { propertyName: "isRequired", label: "Required", @@ -150,6 +159,7 @@ class DropdownWidget extends BaseWidget {