This one is not a feature request, it is an existing error.
1. Summary of Error
The Room Description field displays a 60‑character limit, and the interface actively counts characters up to 60. However, the system rejects input longer than 40 characters, indicating that the actual enforced limit is 40, not 60. This discrepancy causes user confusion and prevents accurate data entry.
2. Steps to Reproduce
3. Actual Behavior
4. Expected Behavior
One of the following should be true:
5. Impact
6. Conclusion
This is a UI/validation defect: the displayed character limit (60) does not match the enforced character limit (40). The system should either update the UI to reflect the correct limit or update the validation logic to match the stated 60‑character capacity.
Thank you for reviewing this issue.
Hi Ed!
Could you please write to help@ownerrez.com and include the text you're inserting into the description so we can take a look?
I tried many things before determining you had a 40 ch limit. Enter any string "12345678901234567890123456789012345678901" is 41 charecters and will fail. Try "1234567890123456789012345678901234567890" and it will accept