Skip to content

Commit afcd944

Browse files
author
Marco Cesarato
committed
chore: release 1.2.17
1 parent 8487f43 commit afcd944

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "16.13.1",
1313
"react-dom": "^16.13.1",
1414
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
15-
"react-native-input-spinner": "^1.2.16",
15+
"react-native-input-spinner": "^1.2.17",
1616
"react-native-web": "^0.13.5"
1717
},
1818
"prettier": {

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ class InputSpinner extends Component {
740740
style={this._getInputTextStyle()}
741741
value={this.getValue()}
742742
selectionColor={this.props.selectionColor}
743-
selectTextOnFocus{this.props.selectTextOnFocus}
743+
selectTextOnFocus={this.props.selectTextOnFocus}
744744
autofocus={this.props.autofocus}
745745
editable={this.isEditable()}
746746
maxLength={this.props.maxLength}
@@ -846,7 +846,7 @@ InputSpinner.defaultProps = {
846846
disabled: false,
847847
editable: true,
848848
autofocus: false,
849-
selectTextOnFocus: false,
849+
selectTextOnFocus: null,
850850
selectionColor: null,
851851
width: 150,
852852
height: 50,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-input-spinner",
3-
"version": "1.2.16",
3+
"version": "1.2.17",
44
"description": "React native input with increase and decrease buttons",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)