pict-section-recordset 1.11.0 → 1.11.1
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.
package/package.json
CHANGED
|
@@ -728,6 +728,10 @@ class ViewRecordSetSUBSETFilters extends libPictView
|
|
|
728
728
|
// TextField when the entity has no list-entry template.
|
|
729
729
|
TextTemplate: tmpDescriptor.EntityListEntryTemplate || undefined,
|
|
730
730
|
Placeholder: `Select ${pMount.Label}…`,
|
|
731
|
+
// A filter's natural zero state is "Any" — the pinned clear row / inline × empty the
|
|
732
|
+
// selection, OnChange(null) flows through the upsert, and the clause is removed.
|
|
733
|
+
AllowClear: true,
|
|
734
|
+
ClearLabel: 'Any',
|
|
731
735
|
OnChange: (pValue) => this.applyQuickFilterEntity(pRecordSet, pViewContext, pMount.Field, pMount.ClauseKey, pValue),
|
|
732
736
|
BaseFilter: tmpScopeBaseFilter,
|
|
733
737
|
});
|