-
Notifications
You must be signed in to change notification settings - Fork 31
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
Insanely high number in number input breaks page #208
Comments
@Felix-Puetz what is the json payload for the page after this edit? |
log file ERROR:
|
was able to reproduce this with the themeclean breadcrumb component. for now handled there by making sure the ParseInt method handles error cases correctly (eg failing to parse). This seems to be part of a larger issue that was already logged in #152 around validation of the dialogs before submit |
The exception has been resolved. |
See #300 for specification of the follow up issue |
Bug
I was testing the number input with some edge cases and found out that using insanely high number causes the whole page to crash
Video
https://youtu.be/jnqmeQ5Rbhg
The text was updated successfully, but these errors were encountered: