You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It’s possible to enter a character limit larger than the suggested 2000 in the input field while editing a select field. As a result, an error appears in the console when trying to save the form (using the "publish form" option), which is not visible to the user. I lost the entire form this way, without knowing it hadn’t been saved. I entered 3000 in that field.
To Reproduce
Steps to reproduce the behavior:
Start creating new form
Add select field
Change characters limit > 2000
Error in console: TypeError: a.form is undefined
Expected behavior
The input should not allow to enter number bigger than 2000, or any kind of notification should appear.
Environment (please complete the following information):
Docker, Self-hosted
OpnForm Version [e.g. 22]
The text was updated successfully, but these errors were encountered:
aiac
changed the title
[BUG]
[BUG] It’s possible to enter a larger character limit for a select-type field, which prevents saving changes in the form.
Dec 18, 2024
Describe the bug
It’s possible to enter a character limit larger than the suggested 2000 in the input field while editing a select field. As a result, an error appears in the console when trying to save the form (using the "publish form" option), which is not visible to the user. I lost the entire form this way, without knowing it hadn’t been saved. I entered 3000 in that field.
To Reproduce
Steps to reproduce the behavior:
TypeError: a.form is undefined
Expected behavior
The input should not allow to enter number bigger than 2000, or any kind of notification should appear.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: