Skip to content

Textarea placeholder isn't shown in IE 11 being rendered using React #8546

@Lkroner

Description

@Lkroner

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions