Skip to main content
在 Manus 中运行任何 Skill
一键导入

html-button-type-submit-gotcha

星标1
分支0
更新时间2026年2月3日 07:54

Fix buttons unintentionally submitting forms due to HTML's default type="submit" behavior. Use when: (1) Dismiss/cancel/close buttons trigger form submissions, (2) Modal/dialog buttons cause unexpected form submits, (3) Dropdown/toggle buttons submit parent forms, (4) Any interactive button inside a form triggers submission when it shouldn't. Solves the common gotcha where buttons without explicit type attributes default to type="submit" inside forms, causing confusing behavior. Covers HTML button elements, React components, and all web frameworks with form handling.

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

SKILL.md
readonly