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
I notice that the maxlength attribute of a textfield is set to 500 when the database varchar limit is set to 250.
Reproduction
Start a brand new instance of Umbraco (in my case is 8.13). Install forms. Look at the maxlength attributes in FieldType.Textfield.cshtml and compare this to the character limit in the database for this type of field.
Bug summary
Specifics
Steps to reproduce
Expected result
Both suppose to match
Actual result
The maxlength attribute is set to 500 instead of 250, making the form submission crashes when a textfield contains more then 250 caracters.
The text was updated successfully, but these errors were encountered:
I notice that the maxlength attribute of a textfield is set to 500 when the database varchar limit is set to 250.
Reproduction
Start a brand new instance of Umbraco (in my case is 8.13). Install forms. Look at the maxlength attributes in FieldType.Textfield.cshtml and compare this to the character limit in the database for this type of field.
Bug summary
Specifics
Steps to reproduce
Expected result
Both suppose to match
Actual result
The maxlength attribute is set to 500 instead of 250, making the form submission crashes when a textfield contains more then 250 caracters.
The text was updated successfully, but these errors were encountered: