The data entry form does not seem to handle ‘new line’ character.
If the ‘new line’ character (‘Enter’ key) is entered, it failed to load the saved data.
This is because of JSON not able to handle ‘new line’ character.
However, with Data elements Text type as ‘long text’, we have ‘textarea’ (multi-line box), which kind of tells us that the we can enter multiple lines of text with new lines.
The data entry form does not seem to handle ‘new line’ character.
If the ‘new line’ character (‘Enter’ key) is entered, it failed to load the saved data.
This is because of JSON not able to handle ‘new line’ character.
However, with Data elements Text type as ‘long text’, we have ‘textarea’ (multi-line box), which kind of tells us that the we can enter multiple lines of text with new lines.