mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-05 17:40:16 +08:00
[change] Hide more 'input' pseudo-elements
Removes the webkit spin-buttons from numeric inputs. Fix #194
This commit is contained in:
@@ -14,6 +14,7 @@ storiesOf('component: TextInput', module)
|
||||
onFocus={(e) => { console.log('TextInput.onFocus', e) }}
|
||||
onSelectionChange={(e) => { console.log('TextInput.onSelectionChange', e) }}
|
||||
/>
|
||||
<TextInput keyboardType='search' style={styles.textInput} />
|
||||
<TextInput secureTextEntry style={styles.textInput} />
|
||||
<TextInput defaultValue='read only' editable={false} style={styles.textInput} />
|
||||
<TextInput
|
||||
|
||||
Reference in New Issue
Block a user