Skip to content

Commit

Permalink
chore: release 1.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Cesarato committed Aug 6, 2020
1 parent 8487f43 commit afcd944
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "16.13.1",
"react-dom": "^16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-input-spinner": "^1.2.16",
"react-native-input-spinner": "^1.2.17",
"react-native-web": "^0.13.5"
},
"prettier": {
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ class InputSpinner extends Component {
style={this._getInputTextStyle()}
value={this.getValue()}
selectionColor={this.props.selectionColor}
selectTextOnFocus{this.props.selectTextOnFocus}
selectTextOnFocus={this.props.selectTextOnFocus}
autofocus={this.props.autofocus}
editable={this.isEditable()}
maxLength={this.props.maxLength}
Expand Down Expand Up @@ -846,7 +846,7 @@ InputSpinner.defaultProps = {
disabled: false,
editable: true,
autofocus: false,
selectTextOnFocus: false,
selectTextOnFocus: null,
selectionColor: null,
width: 150,
height: 50,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-input-spinner",
"version": "1.2.16",
"version": "1.2.17",
"description": "React native input with increase and decrease buttons",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit afcd944

Please sign in to comment.