File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments