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

While deleting and entering new code

Open thuandv7 opened this issue 7 years ago • 2 comments

Can not enter new code while entering the wrong code. Error in iOS I config:

<CodeInput
            activeColor='rgba(49, 180, 4, 1)'
            inactiveColor='rgba(49, 180, 4, 1.3)'
            space={8}
            size={30}
            keyboardType='numeric'
            codeLength={4}
            codeInputStyle={{ fontWeight: 'bold', fontSize: 30 }}
            inputPosition='left'
            autoFocus={false}
            ignoreCase={false}
            onFulfill={code => this.setState({code})}
            className='border-b'
          />

thuandv7 avatar Apr 09 '18 03:04 thuandv7

https://github.com/facebook/react-native/issues/18374

boxuanzhang avatar Apr 20 '18 04:04 boxuanzhang

+1

havinhthai avatar May 02 '18 02:05 havinhthai