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

Inputs allow invalid characters #6

Closed
ArtoLabs opened this issue Oct 6, 2018 · 1 comment
Closed

Inputs allow invalid characters #6

ArtoLabs opened this issue Oct 6, 2018 · 1 comment

Comments

@ArtoLabs
Copy link
Owner

ArtoLabs commented Oct 6, 2018

When using the invite creation form at https://steemax.trade:

  • Adding an account name that includes the @ symbol is misinterpreted as a number (40) and this is allowed to be submitted

  • Adding a % sign to the percentage input field is also misinterpreted and causes the rest of the form input fields to hang and not execute any further javascript.

@ArtoLabs
Copy link
Owner Author

ArtoLabs commented Oct 7, 2018

This bug was fixed in commit 056a2f6 by removing the the HTML tag parameter type="number" from the input tags.

@ArtoLabs ArtoLabs closed this as completed Oct 7, 2018
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