w-string-edit-mask
Adds supports for [StringEditMask]
Implementation Details
Component Selector: 'wm-string-edit-mask'
Class inheritance
StringEditMask extends BaseControlComponent.
Support
Properties
Property | Get/Set | Notify Changes | Details |
enabled: boolean | Yes/Yes | No | Inherited from BaseControlComponent see BaseControlComponent |
mask: string | Yes/No | No | Gets the mask processed by the EditMaskService. |
name: string | Yes/Yes | No | Inherited from BaseControlComponent see BaseControlComponent |
text: string | Yes/Yes | Yes | Inherited from BaseControlComponent see BaseControlComponent |
visible: boolean | Yes/Yes | No | Inherited from BaseControlComponent see BaseControlComponent |
Events
Event | Supported | Parameter | Details |
getfocus | Yes | $event: any | Triggers |
losefocus | Yes | $event: any | Triggers |
Last updated