Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan687 committed May 27, 2017
1 parent 74a3a9e commit b3d9146
Show file tree
Hide file tree
Showing 13 changed files with 284 additions and 282 deletions.
64 changes: 32 additions & 32 deletions dist/airbnb_recipe.bundle.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/style.min.css

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions dist/ecommerce_recipe.bundle.js

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions dist/meetup_recipe.bundle.js

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions dist/news_recipe.bundle.js

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions dist/producthunt_recipe.bundle.js

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions dist/simplebeds_recipe.bundle.js

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions dist/yelp_recipe.bundle.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion lib/sensors/CategorySearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,9 @@ var CategorySearch = function (_Component) {
onInputChange: this.setValue,
optionRenderer: this.optionRenderer,
onChange: this.handleSearch,
onBlurResetsInput: false
onBlurResetsInput: false,
backspaceRemoves: false,
deleteRemoves: false
}, this.props))
);
}
Expand Down
2 changes: 1 addition & 1 deletion playground/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body>
<div id="root"></div>
<div id="error-display"></div>
<script src="static/preview.525960cbcaf8c9535947.bundle.js"></script>
<script src="static/preview.93af1f7a81ca9ea935ab.bundle.js"></script>
</body>
</html>

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions umd/ReactiveSearch.js

Large diffs are not rendered by default.

0 comments on commit b3d9146

Please sign in to comment.