ui-mask icon indicating copy to clipboard operation
ui-mask copied to clipboard

Mask on an input field so the user can only type pre-determined pattern

Results 75 ui-mask issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

![screenshot at jan 15 16-03-42](https://user-images.githubusercontent.com/10687714/34943677-ac1fccbc-fa0d-11e7-8e94-19ca86d0ce90.png) 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

enhancement
help wanted

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...