textarea-no-scroll
v0.0.8
Published
Downloads
2
Readme
Installation
$ npm install textarea-no-scroll
Usage
Example:
import TextareaNoScroll from 'textarea-no-scroll';
ReactDOM.render(
<TextAreaNoScroll />,
document.getElementById('app')
);
Props
className: string,
disabled: string,
value: string,
defaultValue: string,
placeholder: string,
onChange: func,
inputRef: func,
maxLength: number, // 字数长度
shouldHideLimitReset: bool, // 隐藏字数
Related
- plop - Consistency Made Simple
License
This project is licensed under the MIT license.