Skip to main content
cngx-src documentation

DismissHandler

Interface

projects/forms/select/shared/dismiss-handler.ts

Import#

import { DismissHandler } from '@cngx/forms/select'

Description#

Index#

Instance Properties#

handleClickOutside#function
Readonly

Click-outside handler. Order: shouldBlockDismiss → dismissOn check → popover.hide(). Field-style closure (no this binding).