-
Notifications
You must be signed in to change notification settings - Fork 544
Applying ui-mask on multiple fields on a form sets focus on the last masked input box automatically #317
Comments
Any news about this ? I got the same issue. |
No, I found no resolution to this. So I am just going to let it be for now. |
+1 happens in IE11 |
I have a similar issue where the UI-Masked field in my form is being focused automatically. This only happens in IE. |
Same issue here! |
Same issue here :( |
Same happens to me IE 10 and IE 11 |
I fixed this issue by changing the source code in the following manner. I don't have time at the moment if nobody fixes it by then, I will send a pull request:
|
I am having this same problem. Please send that pull request :) |
…ets focus on the last masked input box automatically
…ets focus on the last masked input box automatically
I am having this is problem too. |
[Fix] #317: ui-mask sets focus on the last masked input box
closed by #415 |
This fix does not work on Chrome it randomly lose focus while typing. Maybe if you have another directive attached with ui-mask. |
This is a weird issue I came across and I wanted to see if I can do something so it does not set the focus on any particular input box.
I have multiple date inputs on a form and I am using ui-mask to set a date mask. Let's say I have 4 input boxes with the mask on them. Once the form renders the focus is set on the 4th (last) input box which has the date mask on it.
Is there any place I can disable that?
The text was updated successfully, but these errors were encountered: