From 7d4b0cf8d4f24090a09872306200c2519dda54cb Mon Sep 17 00:00:00 2001 From: carloluis Date: Tue, 26 Dec 2017 01:07:52 -0300 Subject: [PATCH] update index.html --- example/components/ExUpdate.js | 2 +- example/index.html | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/example/components/ExUpdate.js b/example/components/ExUpdate.js index 9b32858..addda7a 100644 --- a/example/components/ExUpdate.js +++ b/example/components/ExUpdate.js @@ -21,7 +21,7 @@ class ExUpdate extends React.Component { this.state = { suggestions: countries, - value: DEFAULT_VALUE + value: '' }; } diff --git a/example/index.html b/example/index.html index f4734b9..2f7fea4 100644 --- a/example/index.html +++ b/example/index.html @@ -1,33 +1,37 @@ + SSuggestor - - + +
@@ -65,7 +72,9 @@

⟨ssuggestor⟩

React Simple Suggestor

@@ -73,8 +82,10 @@

React Simple Suggestor

+