Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e1494c6

Browse files
committed
- Switch from single line input to multiline textarea (in order to test types with line break separators)
1 parent 4bf86ec commit e1494c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3>Let's try!</h3>
5151
<form id="form" class="form-inline">
5252
<div class="form-group">
5353
<span class="type-exp">/** @type {</span>
54-
<input type="text" id="input" class="form-control" placeholder="?TypeExpression="/>
54+
<textarea id="input" class="form-control" placeholder="?TypeExpression="></textarea>
5555
<span class="type-exp">} */</span>
5656
</div>
5757
</form>

0 commit comments

Comments
 (0)