Hello, multiple times I ran into the problem that after loading an ACF Text Area the line breaks are missing. For the ACF field I have the option "Automatically add <br>
” activated. ACF states that every line in the text area gets an <br>
at the end : ACF Documentation
But if I load the Field with <Field acf-text-area />
I just get all the text from the text area in one line.
What can I do to keep the line breaks? Any help is appreciated. Thanks a lot!