In almost every Backdrop project at AltaGrade, we find it necessary to trim all textfields using a custom hook. This is because users often leave empty spaces at the beginning or end of their entries. While it may not be a significant issue for textfields like names, as it might only disrupt alphabetical ordering, it becomes more critical for fields that can accept mixed values such as text, integers, and floats. This can affect calculations and lead to more serious consequences. Therefore, I briefly considered the idea of having every textfield entry trimmed by the core. This could be a beneficial solution without causing any known issues. However, I acknowledge that this is just my opinion, and I welcome everyone to share their insights on this matter.
GitHub Issue #:
6386
Recent comments
I read several times, I did not understand what you want to do. Perhaps this is my problem. Each type of content has its own form of creation '/node/add/content_type'. You can send this link...
Creating Submission Forms for Content Types
Thanks, laryn, I have that installed and can upload multiple images from my computer, but it's the "select from image library" (no uploading to the server) function that only allows me to...
Image Library (File) view - select multiple files?
If you are referring to uploading images into an image field, you could test and see if the HTML5 Upload module does what you need.
Image Library (File) view - select multiple files?