Skip to content

Commit aefa3a4

Browse files
authored
Merge pull request #8 from eyal0803/master
Don't pass `shouldAutoFocus` to <input />
2 parents 785280c + f79ad17 commit aefa3a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class SingleOtpInput extends PureComponent<*> {
7575
errorStyle,
7676
focusStyle,
7777
disabledStyle,
78+
shouldAutoFocus,
7879
...rest
7980
} = this.props;
8081

0 commit comments

Comments
 (0)