You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P.S. Doing this without a placeholderFixed and a visible placeholder wont do, as IBAN is a format of arbitrary size, so when I enter something like AD12 0001 2030 2003 5910 0100 and then try to change it to like AT61 1904 3002 3457 3201 (which is also a valid IBAN) I will see AT61 1904 3002 3457 3201 XXXX where X is a placeholder char -- it won't disappear even if I clean all input.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello !
Demo (video): http://take.ms/iJkM7
A brief description of the expectations below:
1234 ABCD EFGH 0123
B
symbol ):1234 ABCD EFGH 0123
.......^
1234 ACDE FGH0 123
......^
123 ABDE FGH0 123
instead of naively) expected1234 ABCD EFGH 0123
The settings of the field are following:
P.S. Doing this without a placeholderFixed and a visible placeholder wont do, as IBAN is a format of arbitrary size, so when I enter something like
AD12 0001 2030 2003 5910 0100
and then try to change it to likeAT61 1904 3002 3457 3201
(which is also a valid IBAN) I will seeAT61 1904 3002 3457 3201 XXXX
where X is a placeholder char -- it won't disappear even if I clean all input.Thanks in advance!
The text was updated successfully, but these errors were encountered: