0.2.8 • Published 6 years ago
vehicle-license-keyboard v0.2.8
vehicle-license-keyboard
Usage
import LicenseKeyboard from 'vehicle-license-keyboard';
...
<LicenseKeyboard
visible={this.state.showKeyboard}
onChange={value => this.setState({ value })}
value={this.state.value}
done={() => this.setState({ showKeyboard: false })}
/>
Api
visible: boolean
control keyboard visible
onChange: value: (string) => void
when user enter then return current value
value: string
used as a controlled value. keyboard will show based on this value
done: () => void
call when keyboard dismiss
confirmButtonStyle: StyleProps
custom confirm button style
confirmButtonText: string
custom confirm button text
cellTextStyle: StyleProps
custom cell text style
safeArea: boolean
whether show safearea padding bottom for iphone X/Xs/XR/Xs Max
containerStyle: StyleProps
overwrite style of keyboard container
zIndex: number
overwrite zIndex style of keyboard wrapper
0.2.8
6 years ago
0.2.7
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.2
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago