w-simple-numeric-edit-mask
Last updated
Last updated
Adds supports for [SimpleNumericEditMaskComponent]
Component Selector: 'wm-simple-numeric-edit-mask'
SimpleNumericEditMaskComponent extends BaseMaskComponent.
Property
Get/Set
Notify Changes
Details
border: boolean
Yes/No
No
Inherited from BaseControlComponent see BaseControlComponent
enabled: boolean
Yes/Yes
No
Inherited from BaseControlComponent see BaseControlComponent
mask: string
Yes/No
No
Gets the mask processed by the EditMaskService.
maximum: string
Yes/No
No
String representation of the maximun value allowed by the mask.
minimum: string
Yes/No
No
String representation of the minimun value allowed by the mask.
name: string
Yes/No
No
Inherited from BaseControlComponent see BaseControlComponent
Event
Supported
Parameter
Details
getfocus
Yes
$event: any
Triggers getfocus
Event.
losefocus
Yes
$event: any
Triggers losefocus
Event.