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

Single space character #121

Open
hbsoftco opened this issue Oct 18, 2017 · 2 comments
Open

Single space character #121

hbsoftco opened this issue Oct 18, 2017 · 2 comments

Comments

@hbsoftco
Copy link

When user enter space character in empty input, validation is not working.
How to prevent it?

@powolnymarcel
Copy link

Still nothing new on that issue ?

@cifuentesatilio
Copy link

Hello,
I had the same issue and I fixed modifying the line 161 of smoke.js

Before if (smkType === 'alphanumeric') ...

After if (smkType === 'alphanumeric' || type === 'text')...

With this I have not issues with white spaces when I use inputs type='text'

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

3 participants