Fix URL entry to use form submission and improved errors if protocol isn't present.

This commit is contained in:
orangemug
2020-05-14 12:13:47 +01:00
parent c426dd7349
commit b7e414a042
3 changed files with 49 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ class Button extends React.Component {
render() {
return <button
type={this.props.type}
onClick={this.props.onClick}
disabled={this.props.disabled}
aria-label={this.props["aria-label"]}