Skip to content

Commit

Permalink
ADded a value to the input field
Browse files Browse the repository at this point in the history
  • Loading branch information
barhouum7 committed Oct 5, 2020
1 parent 092d11c commit d552225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/authors/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2>Search Authors</h2>
<form action="/authors" method="GET">
<label>Name:</label>
<input type="text" name="name">
<input type="text" name="name" value="<%= searchOptions.name %>">
<button type="submit">Search</button>
</form>
<br />
Expand Down

0 comments on commit d552225

Please sign in to comment.