w-simple-numeric-edit-mask
Adds supports for [SimpleNumericEditMaskComponent]
Implementation Details
Component Selector: 'wm-simple-numeric-edit-mask'
Class inheritance
SimpleNumericEditMaskComponent extends BaseMaskComponent.
Support
Properties
Property
Get/Set
Notify Changes
Details
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.
Events
Event
Supported
Parameter
Details
getfocus
Yes
$event: any
Triggers getfocus
Event.
losefocus
Yes
$event: any
Triggers losefocus
Event.
Last updated