In my rails app I have a form where I use a text_area input. Unfortunately my placeholder is not being displayed. When i change text_area to text_field, it does work. I found these two threads but they did not solve it for me:
Here is my code:
= f.text_area :description, placeholder: 'text'