algolia-react-input
Advanced tools
Comparing version
@@ -175,3 +175,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
null, | ||
_react2['default'].createElement('input', { onKeyUp: this.onKeyUp, placeholder: this.props.placeholder, type: 'text', className: this.props.className || 'algolia-react-input' }) | ||
_react2['default'].createElement('input', { style: { WebkitUserSelect: 'auto', userSelect: 'auto' }, onKeyUp: this.onKeyUp, placeholder: this.props.placeholder, type: 'text', className: this.props.className || 'algolia-react-input' }) | ||
); | ||
@@ -178,0 +178,0 @@ } |
{ | ||
"name": "algolia-react-input", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A simple react input component to query your algolia index", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -9,2 +9,4 @@ # algolia-react-input | ||
Demo : http://revolunet.github.io/algolia-react-input | ||
## Usage | ||
@@ -11,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
44204
0.53%62
3.33%