-
Notifications
You must be signed in to change notification settings - Fork 50.4k
Description
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/reactjs/69z2wepo/).
Textarea does not display placeholder text initially. The placeholder text is only shown after focus and focus-away. Ie11 only. Works on all other browsers I believe, go figure.
I believe this issue was solved before but seems to have come back.
PR that originally fixed the issue: #8020
What is the expected behavior?
Placeholder text should initial show on render.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React 15.4.1, ie11. Looks like it [was working in 15.2].(http://stackoverflow.com/questions/36893449/textarea-placeholder-isnt-shown-in-ie-11-being-rendered-using-react)