You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mask works for the first <input[class=masked]> added by scripting (on page load), but any other added later doesn't have it. The input elements come from a template. This is a simplified example:
The mask works for the first
<input[class=masked]>
added by scripting (on page load), but any other added later doesn't have it. The input elements come from a template. This is a simplified example:The empty attributes above are defined in scripting.
Here's how it looks:
Here's a fiddle that reproduces it: https://jsfiddle.net/43h9vkot/8/
I'm working on a solution for this.
The text was updated successfully, but these errors were encountered: