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 7619551 commit 29363deCopy full SHA for 29363de
1 file changed
www/content/examples/click-to-edit.md
@@ -34,7 +34,7 @@ The click to edit pattern provides a way to offer inline editing of all or part
34
<label>Email Address</label>
35
<input type="email" name="email" value="joe@blow.com">
36
</div>
37
- <button class="btn">Submit</button>
+ <button class="btn" type="submit">Submit</button>
38
<button class="btn" hx-get="/contact/1">Cancel</button>
39
</form>
40
```
0 commit comments