diff --git a/examples/async-data/app.js b/examples/async-data/app.js index c1ff0b17..2b964e28 100644 --- a/examples/async-data/app.js +++ b/examples/async-data/app.js @@ -15,14 +15,12 @@ let App = React.createClass({ return (
Autocomplete works great with async data by allowing you to pass in
items. The onChange
event provides you the value to make
a server request with, then change state and pass in new items, it will
attempt to autocomplete the first one.