Open Der-K-2000 opened 2 years ago
Even though I put a "placeholder" in the textarea's option it will be ignored in the formular in the backend.
This
{ "placeholder": null }
and
{ "placeholder": "" }
lead to the output: Text...
Text...
Only
{ "placeholder": " " }
works correctly (so with an additional Space).
Even though I put a "placeholder" in the textarea's option it will be ignored in the formular in the backend.
This
and
lead to the output:
Text...
Only
works correctly (so with an additional Space).