Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return (
<div>
<div>
<input value="{this.state.query}" placeholder="headphones, school laptop, toaster" type="text"> this.setState({ query: e.target.value })}
/>
<div>
<button color="{Colors.PRIMARY}" type="submit"> this.performSearch()}
>
Search
</button>
</div>
</div>
{this.props.showFilters &&
<label>Only Amazon Fulfilled
</label></div>
const ProductLink = ({ slug, children }) => (
<button color="{Colors.PRIMARY}"> {
if (window.ga) {
window.ga('send', 'event', {
eventCategory: 'recommended',
eventAction: 'click',
eventLabel: slug
})
}
}}
isExpanded
>
{children}
</button>
)
};
return (
<div>
<h2>React starter</h2>
<div>
<form>
<label>
Email
<input required="" placeholder="name@example.com" type="email">
</label>
<label>
Password
<input required="" placeholder="******" type="password">
</label>
<button color="{Colors.PRIMARY}" type="submit">Log in</button>
</form>
</div>
</div>
);
}
}
type='submit'
color={Colors.PRIMARY}
onClick={() => this.performSearch()}
>
Search
{this.props.showFilters &&
<label>Only Amazon Fulfilled
</label>
}
{this.props.showFilters &&
<label>Department
<select value="{this.state.index"> this.handleIndexChange(e.target.value)}
>
<option value="All">All Depts.</option>
<option value="Appliances">Appliances</option></select></label>