[change] Hide more 'input' pseudo-elements

Removes the webkit spin-buttons from numeric inputs.

Fix #194
This commit is contained in:
Nicolas Gallagher
2016-08-31 14:07:08 -07:00
parent 6640b61b3e
commit 3a2daf386d
2 changed files with 5 additions and 4 deletions

View File

@@ -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