We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d2807 commit 6f18b36Copy full SHA for 6f18b36
chapter-18/starships/views/index.hbs
@@ -52,7 +52,7 @@
52
<th></th>
53
</thead>
54
<tr>
55
- <td><input type="text" name="name" id="name" placeholder="USS Enterprise" value="hello" /></td>
+ <td><input type="text" name="name" id="name" placeholder="USS Enterprise" /></td>
56
<td><input type="number" name="speed" id="speed" class="number" placeholder="Between 1-9" step="1" max="9" min="1" /></td>
57
<td><input type="number" name="phasers" id="phasers" class="number" placeholder="Between 1-100" step="1" min="1" max="100" /></td>
58
<td><input type="number" name="torpedoes" id="torpedoes" class="number" placeholder="Between 1-255" step="1" min="1" max="255" /></td>
0 commit comments