projects/forms/select/shared/scalar-commit-handler.ts
import { ScalarCommitHandlerOptions } from '@cngx/forms/select'
Configuration for createScalarCommitHandler.
Signal
Signal>
CngxSelectCore
Source of commitController, togglingOption, findOption.
commitController
togglingOption
findOption
function
Consumer routes through its commit-error announcer.
Fires after success and after finalizeSelection. Consumer emits the change event. option is null when the final value isn't in flatOptions() or on the clear path.
finalizeSelection
option
null
flatOptions()
Mirror committed value into an <input> for input-trigger variants. Fires on success and on rollback. Button-trigger variants omit this.
<input>
WritableSignal
Primary scalar value signal.