Skip to main content
cngx-src documentation

CngxSelectCommitErrorDisplay

Type Aliasforms/select/commit

projects/forms/select/shared/commit-action.types.ts

Referenced by#

Description#

Default error UI when no *cngxSelectCommitError slot is projected.

  • 'banner' (default) - top-of-panel banner.
  • 'inline' - indicator next to the offending option row.
  • 'none' - no built-in UI; bridge via CngxToastOn etc.

Definition#

"inline" | "banner" | "none"