Skip to content

Commit

Permalink
build: auto fill
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 11, 2019
1 parent f704fa6 commit 6e95ef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/pages/embed/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ const SearchBox = ({ onSubmit, url, innerRef, isLoading }) => (
<Input
defaultValue={url}
fontSize={2}
name='demourl'
name='url'
id='url'
autoComplete='on'
innerRef={innerRef}
required
type='url'
Expand Down

0 comments on commit 6e95ef0

Please sign in to comment.