Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<div>
<label>Pagination</label>
<label>
<input value="1" name="noPagination" type="checkbox" id="s-noPagination">
</label>
</div>
<div>
<button type="submit"></button>
</div>
);
}
}
render() {
return (
<form>
{ this.renderMessage() }
<div>
<label>Feed URL</label>
{ this.renderUrlField() }
</div>
<div>
<label>Category</label>
{ this.renderCategories() }
</div>
<div>
{ this.renderButton() }
</div>
);
}
}</form>
onChange={ this.handleChange }
required
/>
<div>
<label>URL</label>
<input required="" value="{" name="url" type="url" id="login-url">
</div>
<div>
{ this.renderButton() }
</div>
);
}
}