Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

placeholder (null or "") doesn't work with textarea #1496

Open
Der-K-2000 opened this issue Jun 20, 2022 · 0 comments
Open

placeholder (null or "") doesn't work with textarea #1496

Der-K-2000 opened this issue Jun 20, 2022 · 0 comments

Comments

@Der-K-2000
Copy link

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...

screenshot

Only

{
  "placeholder": " "
}

works correctly (so with an additional Space).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant