> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/powerbuilder-kendo-components/window-components/w-simple-numeric-edit-mask.md).

# w-simple-numeric-edit-mask

Adds supports for \[SimpleNumericEditMaskComponent]

## Implementation  Details

> **Component Selector:** 'wm-simple-numeric-edit-mask'

## Class inheritance

SimpleNumericEditMaskComponent extends [BaseMaskComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/window-components/basemask.md).

## Support

### Properties

| Property         | Get/Set | Notify Changes | Details                                                                                                                                                                |
| ---------------- | ------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| border: boolean  | Yes/No  | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| enabled: boolean | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| 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](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |

### Events

| Event     | Supported | Parameter       | Details                     |
| --------- | --------- | --------------- | --------------------------- |
| getfocus  | Yes       | **$event**: any | Triggers `getfocus` Event.  |
| losefocus | Yes       | **$event**: any | Triggers `losefocus` Event. |
