Skip to content

IE11: Placeholder of the textarea will only show up after focus and blur #125

Closed
@kukikiloke

Description

@kukikiloke

The textarea does not display the placeholder on initial load. However if you focus on the textarea and blur it (e.g. click outside the textarea) the placeholder will appear.

Code snippet:

<Textarea
	value={this.state.commentDraft}
	placeholder="Write a comment..."
	style={{ fontSize: 'small', maxHeight: '250px', resize: 'none' }}
	onChange={e => this.setState({ commentDraft: e.target.value })} />

OS: Windows 10
Browser: IE 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions