react-textarea-count
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-textarea-count", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Simple textarea chars counter for React", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-textarea-count.js", |
@@ -78,3 +78,3 @@ # react-textarea-count | ||
`countLimit` | `number` | `0` | Chars limit. It is optional and if it is not used then chars limit is not shown | ||
`countShow ` | `bool` | `true` | Just in case you want to hide the counter you can set this to `true` | ||
`countShow ` | `bool` | `true` | Just in case you want to hide the counter you can set this to `false` | ||
@@ -81,0 +81,0 @@ ## License |
10395