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) }} /> +