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
mask: string
Gets the mask processed by the EditMaskService.
maximum: string
String representation of the maximun value allowed by the mask.
minimum: string
String representation of the minimun value allowed by the mask.
name: string
Event
Supported
Parameter
getfocus
Yes
$event: any
Triggers getfocus Event.
losefocus
Triggers losefocus Event.
Last updated 5 years ago
Was this helpful?