Created
July 31, 2025 17:14
-
-
Save carloswm85/ca5cc061256078a04d3b2810fe67b86d to your computer and use it in GitHub Desktop.
For jQuery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Mask the field for the GDE file name input https://stackoverflow.com/a/56704775/7389293 | |
$('.cuitcuil-mask').mask('00-00000000-0', { | |
'translation': { | |
//'#': { pattern: /#/, fallback: '#', optional: false }, | |
}, | |
placeholder: "__-________-_" | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment