@sledge-app/react-instant-search 1.0.114 → 1.0.115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5188,7 +5188,7 @@ const FacetComponent = (props) => {
5188
5188
  blockComponent = /* @__PURE__ */ jsxRuntimeExports.jsx("li", { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
5189
5189
  Select,
5190
5190
  {
5191
- placeholder: String(filter_select_placeholder).replaceAll(OBJECT_DATA_STRING_KEY.FILTER_TITLE, label),
5191
+ placeholder: filter_select_placeholder ? String(filter_select_placeholder).replaceAll(OBJECT_DATA_STRING_KEY.FILTER_TITLE, label) : `Select ${label}`,
5192
5192
  name: value,
5193
5193
  onValueChange: (getValue2) => handleFilterChange({
5194
5194
  parentId: value,