From 3a2daf386ddc710a08c6694d2bc387b23b1ccb8d Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 31 Aug 2016 14:07:08 -0700 Subject: [PATCH] [change] Hide more 'input' pseudo-elements Removes the webkit spin-buttons from numeric inputs. Fix #194 --- examples/components/TextInput/TextInputExample.js | 1 + src/apis/StyleSheet/css.js | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/components/TextInput/TextInputExample.js b/examples/components/TextInput/TextInputExample.js index b5026001..3f1e62c1 100644 --- a/examples/components/TextInput/TextInputExample.js +++ b/examples/components/TextInput/TextInputExample.js @@ -14,6 +14,7 @@ storiesOf('component: TextInput', module) onFocus={(e) => { console.log('TextInput.onFocus', e) }} onSelectionChange={(e) => { console.log('TextInput.onSelectionChange', e) }} /> +