python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ShowMaskOnFocus not working for input-mask in angular
I am using input-mask library and wanted to implement masking for time format. Which will accept integer numbers in HH:mm format so used this as below
timeInputMask = createMask({
mask: '[99:99]',...
Oxygen
Votes: 0
Answers: 1
React input currency mask
I have a currency input(euro), and i used the react input masking to correct the numbers while the user is typing, but how can i make the user able to type ','?He can type numbers and '.' only.
Cu...
New React Developer
Votes: 0
Answers: 1
How to make Custom Input Mask to allow specific website in wp-form wordpress?
I have a wp-form with a website/url label, and I want user to insert URL's that end on .au only. I can't find the proper regex or format for input mask. User can input any form of character, letter or...
Novice JavaScript
Votes: 0
Answers: 0
Updated: How do I call RobinHerbots inputmask from sitepage.master and into a childpage with UpdatePanel?
I have tried to make use of RobinHerbots InputMask and inherited the functionality in my ASPX's masterpage and it works nearly fine. But only on some of my child pages it works fine and shows the inpu...
Michael Eriksen
Votes: 0
Answers: 1