bigskysoftware / bigskysoftware/htmx
Minor HTML issue in www/content/examples/click-to-edit.md
Open
- Dominant language
- JavaScript
- Stars
- 49.4k
- Forks
- 1.7k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 30
Description
The example form in click-to-edit should probably have the type="submit" paramter added to the submit button so the form action can get fired.
Bit too small for its own pull request so if someone is working on docs they could include this change.
```html
First Name
Last Name
Email Address
type="submit" <---- class="btn">Submit
Cancel
```
Contributor guide
Assessment
This issue has not been assessed yet.