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

I want to give users the ability to enter a phone number in one of two ways: 1-800-555-5555 or 555-555-5555 (where 5 could be any number) Id this possible? I...

Is it possible to make optional characters not selectable (by mouse, crtl+A, shift+arrow, etc.) from input field? Say my format is `99-99-99?9?9`. When I enter in that field `11-11-11` then...

In our webapp we are using a pattern like "?9?9.?9?9.?9?9?9?" for a date field. When the Predictive Text is enabled for the Samsung device's keyboard the field behaves in a...

I am using a mask that looks like this: `****-****-****` On my computer, ui-mask works great. However, on mobile, if I try to type in all letters, the field **clears...

Hey, I am using UI mask on Android 4.4 (Kitkat) in an Ionic project. Mask I am trying to run is "+1 (?9?9?9) ?9?9?9-?9?9?9?9" for the phone number. I did...

Hi, I tried to make a blood pressure mask but I could not. The pattern that I'm using is ^[0-9]{2,3}\/[0-9]{2,3}$. This pattern work fine but the mask does not allow...

When bookTripForm.pickup.phone is set programmatically to a value such as "5555555", (7 digits), the input field is empty, but the label is not in the "grey placeholder" state, but shrunken...

Hi, I have Implemented UI-mask date in my application, functionality not working in Grid when I click tab in cell to go on date cell. using below template in directives...

Hello, I have an input with this definition: `` This input need accepts values like (99)9999-9999 and (99)99999-9999. Inside `change()` function the `mask` and `pattern` variables are changed according the...

I am using the ui-mask for a phone field. If a user fills out the field with the proper digits, lets say (323) 555-1234, is it possible to set the...