Osclass
Osclass copied to clipboard
Labels are missing for custom textarea fields
Describe the bug
When adding or editing an item, the label for a custom field is missing if the field type is <textarea>
To Reproduce Steps to reproduce the behavior:
- Go to the new item form
- Select a category that has custom fields where one of the fields is of the type
<textarea> - Notice the label you've added for this field is not showing
Expected behavior
A <textarea> field with a label displayed next to it
Proposed fix: see pull request #490
No issue in develop version