python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
I am trying to change the default promptCharacter in ngxMask in angular
I am using ngxmask in Angular to display the phone number in the following pattern:
(000) 000-0000
I set showMaskTyped Property to true to always display the mask pattern in the input which looks as ...
Alwin Joseph
Votes: 0
Answers: 1
Min and Max values with ngx-mask package
How can I set Mininmal and Maximal values for input, using ngx-mask and RegExp patterns (for example, I need to set pattern for 0-20 only numbers). Is it possible to do with ngx-mask?
In component.htm...
AlienForHumans
Votes: 0
Answers: 0
Keep prefix even if dropSpecialCharacters is true with ngx-mask
<input matInput prefix="+55" mask=" (00) 00000-0000" [dropSpecialCharacters]="true" type="text" formControlName="phone" name="phone">
...
strasso
Votes: 0
Answers: 1
Angular 13 / ngx-mask thousand seperator mask
Hello i am using the following ngx mask template:
<input
class="form-control"
type="text"
mask="separator.2"
thousandSeparator=&q...
GreekSwiss
Votes: 0
Answers: 0