issues Search Results · repo:estelle/input-masking language:HTML
Filter by
14 results
(59 ms)14 results
inestelle/input-masking (press backspace or delete to remove)The mask works for the first input[class=masked] added by scripting (on page load), but any other added later doesn t
have it. The input elements come from a template. This is a simplified example:
template ...
o-alquimista
- Opened on Jul 27, 2021
- #29
div
label for= cpf CPF /label
input id= cpf type= tel class= masked pattern= [0-9]{3}.[0-9]{3}.[0-9]{3}-[0-9]{2} placeholder= 999.999.999-99 maxlength= 14 title= Número de CPF, incluindo ...
o-alquimista
- Opened on Jul 27, 2021
- #28
After some testing I found some users found it unintuitive to only type numbers for masked dates. (they would try to
type in the slashes). If there is some functionality I didn t understand that supports ...
Auer111
- 2
- Opened on Dec 28, 2020
- #27
Users can write number or letter to text. First two characters can be A or 1 . I ve checked the examples but can t
found. My pattern should be something like following:
div
label for= myFormat ...
AbdulkerimFettahoglu
- Opened on Apr 9, 2020
- #25
Loading in an initial value into a text box with the library enabled will mean the placeholder is drawn under the text.
I tried to call various events to fix this issue but found a small change to the ...
ZoomPicard
- 3
- Opened on Mar 7, 2019
- #15
Hi, i m trying to set a value to a input type tel and it place the value but its not formatted, do i have to do
something?, i already try setting it as 1111222233334444 and 1111 2222 3333 4444. If i place ...
kokerules
- Opened on Aug 11, 2017
- #13
There s an error when plugin is inited second time as:
new InputMask();
Bypass:
new InputMask({
masked: .masked
});
but source should be edited as here https://github.com/estelle/input-masking/pull/8 ...
gosteev
- Opened on Apr 5, 2017
- #10
Sorry if my question is stupid, but code expectedly throws error that string is not define (cause string should be
string), what s going on?
dnsorlov
- 2
- Opened on Jan 31, 2017
- #7
The placeholder text should pass WCAG color contrast requirements (accessibility), especially since it s a required
format.
The pink (#ffc2cd) fails color contrast with a ratio of Contrast Ratio: 1.52:1; ...
weboverhauls
- 1
- Opened on Dec 13, 2016
- #6

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.