[Bug]: Simple list does not preserve line breaks or render as an automatic bullet list
Describe the bug
When editing a simple list field (e.g., Skills, Languages), the editor does not respect line breaks. Additionally, entering list items does not render as an actual unordered list; the content appears as a single continuous text block.
To Reproduce
In edit mode, the simple list component (used for Skills, Languages, etc.) does not preserve line breaks. The user expects that each line of text entered (by pressing Enter) should become a separate list item (e.g., a bullet point) after saving.
Expected behavior
The user enters multiple lines in a simple list field.
After saving, each line is rendered as an individual bullet point (unordered list).
Example
User input in edit mode:
JavaScript
Python
ReactExpected rendered output:
- JavaScript
- Python
- React
Actual Behavior
The content is saved and displayed as a single continuous string, e.g.:
JavaScript Python React (with spaces or no separation), without any list structure.
Environment
Deployment: Source installation (git clone latest)
Browser: Chrome (latest)
OS: Windows 10 Pro (22H2) x86_64
Screenshots
Source: srbhr/Resume-Matcher