Closed oliverchristen closed 6 hours ago
Makes sense, we can just remove the character limit entirely I think!
Hey @oliverchristen
Should be sorted, also added that the comment is multi-line now to support the extra potential characters.
I'll try to package and release this by the end of the week, it also comes with a (separate) change to use the EntityRefLink
so that if some feedback is not anonymous you'll be able to click on the submitter and it will take you to their entity page in Backstage :)
Is your feature request related to a problem? Please describe. When a user writes a feedback which is longer than the
feedbackText
field (255 characters), they get an internal server error.Describe the solution you'd like I would like to support way more than only 255 characters, rather don't limit at all. And if it's limited, the user shall not be able to put in more than the supported number of characters.
Describe alternatives you've considered Show an error message instead of sending the request.