Update click-to-edit.md (#3172)

This commit is contained in:
gastendonk 2025-07-18 19:32:48 +02:00 committed by GitHub
parent 7619551349
commit 29363deb1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ The click to edit pattern provides a way to offer inline editing of all or part
<label>Email Address</label>
<input type="email" name="email" value="joe@blow.com">
</div>
<button class="btn">Submit</button>
<button class="btn" type="submit">Submit</button>
<button class="btn" hx-get="/contact/1">Cancel</button>
</form>
```