Sets the global guide mode for CngxInputMask
withMaskGuide
Functionforms/input
projects/forms/input/input-config.ts
Description#
Sets the global guide mode for CngxInputMask. Library default is true.
true: placeholder characters fill unfilled slots and the cursor snaps to the next empty slot on focus.false: a bare mask showing only typed characters and their literals.- Resolution order:
[guide]input, thenconfig.maskGuide, thentrue.
provideInputConfig(withMaskGuide(false));