Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

RuntimeLLC/react-placeholder-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React ie9 placeholder support

Install

npm install react-placeholder-support

OR

yarn add react-placeholder-support

Usage

import ReactPlaceholderSupport from 'react-placeholder-support';

Input = ReactPlaceholderSupport('input')
Textarea = ReactPlaceholderSupport('textarea')
<Input placeholder="input" value={this.state.value} onChange={this.handleChange} />
<Textarea placeholder="input" value={this.state.value} onChange={this.handleChange} />

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published