ui-mask
ui-mask copied to clipboard
Mask on an input field so the user can only type pre-determined pattern
like it: ``` ``` but cdate's value had problem
` ` Hello, i want work this mark, so in Iphone devices there will be numeric keyboard. but error : > Error: Failed to read the 'selectionStart' property from 'HTMLInputElement':...
Name of registered provider is `uiMask.Config` so in config blocks it has to be referred to as `uiMask.ConfigProvider`. This limits the possibilities of accessing it in config blocks to explicit...
Hi everyone. I have a problem with placeholder in IE 10/11. When placeholder consists from only english letters i see correct placeholder value. But when i add any russian character...
An issue I've found is when the first characters are optional, I have to fill them anyway for my mask to actually work. `` Filling it from right to left...
 When we type into input, there is no problem. But when we delete 1 character from that input, it deletes all within typed as shown;...
The last commit is missing from the package on npm (v1.8.7). (https://www.npmjs.com/package/angular-ui-mask) The following code is not part of the mask.js file in the dist folder: ```javascript catch (ex) {...
It would be great to have ui-mask-like filter. Example: {{1234567899 | mask: '(999) 999-9999'}} // -> (123) 456-7899
Pasting a value does not work if there is a "constant" in the placeholder. If using https://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html: For example: ui-mask = (123) 999-9999, where 123 is a constant prefix. If...
I have this input using ui-mask `` But if I do not set a value, my scope will have the value 0, and this info will be sent. Why? Is...