react-native-confirmation-code-input icon indicating copy to clipboard operation
react-native-confirmation-code-input copied to clipboard

blurOnSubmit={false} not working

Open havinhthai opened this issue 6 years ago • 1 comments

Issue

I try to use blurOnSubmit={false} but it not working when I submit, keyboard keep dismiss.

Version

react-native-confirmation-code-input: 1.0.4 react: 16.3.1 react-native: 0.55.4

Code Demo

<CodeInput
    ref={(input) => { 
       this.codeInput = input;
    }}                                
    autoFocus
    onFulfill={this.handleSubmitCode}
    blurOnSubmit={false}           <--------------- 
    keyboardType="numeric"
/>

havinhthai avatar May 08 '18 19:05 havinhthai

did you find any solution yet? dear?

kristoff2016 avatar Sep 15 '19 03:09 kristoff2016