-
-
If in one action to send 2 or more emails
for example:
`Yii::$app->mail->compose()
->setTo('FIRST@MAIL.RU')
->setSubject('subject')
->send();`
and
`Yii::$app->mail…
-
**No Error**
regexValue: "([A-Za-z]{1}[0-9]{2}(-)[0-9]{2}(-)[0-9]{6})$"
**With Error**
regexValue: "^([0-9]{4}-[A-Z0-9]{5}-[A-Z0-9]{13}?(-[0-9])?)$"
Inputmask({ regex: regexValue }).mask(selecto…
-
I have one field and two mask aliases:
- 'phone' with mask '79999999999'
- 'card' with mask '2010029999999'
I need to change mask alias of the field depending on field value (first symbol)?
Tr…
Zikov updated
3 years ago
-
I apologize if this isn't the right place to put this, but I could not figure out how to contact you Robin.
So I am trying to find some detailed info on the DateTime documentation. Does any exists?
…
-
Hi!
I have issue when cursor jumps to the left when it should stay at the end of line. For example, when I try to enter 1,234.67 I get 17,234.6.
can simulate it on browserstack Windows 10 MS Edge…
-
I would like to be able to format the credit card, as it is input, make it easier to read. I tried using bootstrap-inputmask with the `code data-mask="9999 9999 9999 ?9999 999"`, which formats it nice…
-
I have an input with a mask like this:
$('#tel').inputmask({
mask: '+ # # - (0) (# ){2,4} - (# ){3,6}',
greedy: true
});
When I focus the input field, the mask becomes…
-
I am pretty new in this kind of collaboration, so I didn't know how to do it.
I had an issue when I use value to set a value from a fetch to fill the input. When I change the value, the mask's beha…
-
@RobinHerbots is it possible group seperator based on culture. for the example
jQuery.preferCulture("en-IN");
var price = jQuery.format("3867567659.8880", "n4");
"3,86,75,67,659.8880"