Skip to content

Commit 29363de

Browse files
authored
Update click-to-edit.md (#3172)
1 parent 7619551 commit 29363de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/content/examples/click-to-edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The click to edit pattern provides a way to offer inline editing of all or part
3434
<label>Email Address</label>
3535
<input type="email" name="email" value="[email protected]">
3636
</div>
37-
<button class="btn">Submit</button>
37+
<button class="btn" type="submit">Submit</button>
3838
<button class="btn" hx-get="/contact/1">Cancel</button>
3939
</form>
4040
```

0 commit comments

Comments
 (0)