Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ 3.23 ]
Expected / Desired Behavior / Question
It should show multiple line text correctly as default list item comments control
(This is the ootb list item comments control in the form, it renders line break correctly)
Observed Behavior
Right now ListItemComments control render all text in one line
Steps to Reproduce
- Create multiline comment in list item comments
- You will see
ListItemComments control will render this new created comment in one line.
It should be an easy fix, we need consider line-break when render it.
I can try to create a PR for this issue.