Skip to content

Commit fcaf590

Browse files
committed
Call onCodeFilled after etracting code from clipboard
1 parent 7601d5a commit fcaf590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export default class OTPInputView extends Component {
113113
}, () => {
114114
this.blurAllFields()
115115
this.notifyCodeChanged()
116+
onCodeFilled && onCodeFilled(code)
116117
})
117118
}
118119
this.clipBoardCode = code

0 commit comments

Comments
 (0)