File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-input-validator" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " React native input with floating label and data validation" ,
55 "main" : " index.js" ,
66 "scripts" : {
2626 " validate" ,
2727 " validation" ,
2828 " floating" ,
29- " labels"
29+ " labels" ,
30+ " placeholder"
3031 ],
3132 "peerDependencies" : {
3233 "validator" : " ^11.0.0"
Original file line number Diff line number Diff line change @@ -362,6 +362,8 @@ class InputText extends Component {
362362InputText . propTypes = {
363363 type : PropTypes . string ,
364364 value : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) . isRequired ,
365+ symbol : PropTypes . string ,
366+ locale : PropTypes . string ,
365367 onBlur : PropTypes . func ,
366368 onFocus : PropTypes . func ,
367369 onChangeText : PropTypes . func ,
You can’t perform that action at this time.
0 commit comments