From 23c73f582c7a3519d951f71c928a32f5039ded2a Mon Sep 17 00:00:00 2001 From: johnshaughnessy <johnfshaughnessy@gmail.com> Date: Wed, 8 Aug 2018 16:58:42 -0700 Subject: [PATCH] Change input type to url --- src/react-components/create-object-dialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/react-components/create-object-dialog.js b/src/react-components/create-object-dialog.js index 6b314cfa7..16dfa5c1b 100644 --- a/src/react-components/create-object-dialog.js +++ b/src/react-components/create-object-dialog.js @@ -98,6 +98,7 @@ export default class CreateObjectDialog extends Component { className={cx(styles.leftSideOfInput)} placeholder="Image/Video/glTF URL" onChange={this.onUrlChange} + type="url" value={this.state.url} /> ); -- GitLab