Open th-e0 opened 2 years ago
Hi. is there another solution by default for that? I want to upload to database without this
tag
Hi. is there another solution by default for that? I want to upload to database without this
tag
same issue. need to help 🤷♀️
Hi.
The outputted value is always encapsulated in
<p> </p>
, even if it contains nothing. How to do away with this?Very easy to fix by adding:
value.substring(3, value.length - 4);
on outputted data but this is perhaps still not desired behaviour.Thanks