Skip to content

Commit e419901

Browse files
committed
fix: add auto width
1 parent 4187ccd commit e419901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InputSpinner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ InputSpinner.defaultProps = {
11491149
selectionColor: null,
11501150
returnKeyLabel: null,
11511151
returnKeyType: null,
1152-
width: 150,
1152+
width: 'auto',
11531153
height: 50,
11541154
accelerationDelay: defaultAccelerationDelay,
11551155
speed: defaultSpeed,

0 commit comments

Comments
 (0)