0.0.7 • Published 2 years ago

@edorex/edo-mask v0.0.7

Weekly downloads
14
License
CC BY-SA 3.0
Repository
-
Last release
2 years ago

EdoMask

Enforces number and phone number formats

Example:

<input
  [(edoMaskValue)]="someNumber"
  [edoKeepMask]="true"
  [edoMaskWhileInput]="true"
  [edoMask]="edoMaskService.GetNumberMask(6)"
/>

Credits

The source is originally from https://stackoverflow.com/questions/37800841/mask-for-an-input

It follows that the Licence is CC BY-SA 3.0 judging by https://stackoverflow.com/help/licensing

0.0.7

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago