Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with spaces in the mask alphanumeric #9

Closed
tiagofaustino opened this issue Dec 29, 2011 · 1 comment
Closed

Problem with spaces in the mask alphanumeric #9

tiagofaustino opened this issue Dec 29, 2011 · 1 comment

Comments

@tiagofaustino
Copy link

Using the mask,

'@': / [0-9a-zA-ZçÇáÁàÀãÃâÂéÉèÈêÊíÍìÌóÓòÒôÔõÕúÚùÙüÜñÑ] /

I can not type more than one space followed.

@tiagofaustino
Copy link
Author

I solved the problem as follows:
'@': / [0-9a-zA-ZçÇáÁàÀãÃâÂéÉèÈêÊíÍìÌóÓòÒôÔõÕúÚùÙüÜñÑ] / the rules with the space
After the I created a mask in the masks:
'alfanumeric': {mask: '@', type: 'repeat', fixedChars:'[(),.:/-]'} removing the space that is the default in fixedChars.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant