How to use the @appbaseio/reactivesearch/lib/styles/Input.suggestions function in @appbaseio/reactivesearch

To help you get started, we’ve selected a few @appbaseio/reactivesearch examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github appbaseio / reactivesearch / packages / maps / src / components / basic / GeoDistanceDropdown.js View on Github external
value: this.state.currentLocation || '',
								onChange: this.onInputChange,
								onBlur: this.props.onBlur,
								onFocus: this.handleFocus,
								onKeyPress: this.props.onKeyPress,
								onKeyDown: this.handleKeyDown,
								onKeyUp: this.props.onKeyUp,
							})}
							themePreset={themePreset}
						/>
						
							{this.renderIcon()}
						
						{isOpen && this.state.suggestions.length ? (
							<ul>
								{suggestionsList.slice(0, 11).map((item, index) =&gt; (
									<li style="{{">
										{typeof item.label === 'string' ? (
											</li></ul>
github appbaseio / reactivesearch / packages / maps / src / components / basic / GeoDistanceSlider.js View on Github external
value: this.state.currentLocation || '',
								onChange: this.onInputChange,
								onBlur: this.props.onBlur,
								onFocus: this.handleFocus,
								onKeyPress: this.props.onKeyPress,
								onKeyDown: this.handleKeyDown,
								onKeyUp: this.props.onKeyUp,
							})}
							themePreset={themePreset}
						/&gt;
						
							{this.renderIcon()}
						
						{isOpen &amp;&amp; this.state.suggestions.length ? (
							<ul>
								{suggestionsList.slice(0, 11).map((item, index) =&gt; (
									<li style="{{">
										{typeof item.label === 'string' ? (
											</li></ul>

@appbaseio/reactivesearch

A React UI components library for building search experirnences

Apache-2.0
Latest version published 8 months ago

Package Health Score

72 / 100
Full package analysis

Similar packages