Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
required は HTMLInputElement インターフェイスのプロパティで、フォームを送信する前にユーザーが値を入力しなければならないことを指定します。これは、<input> 要素の required 属性を反映します。
HTML の論理属性である required 属性は、型が hidden、range、color、submit、reset、button、image の場合には無視されますが、これらの入力型において、この属性が存在する場合には required プロパティが true となり、それ以外の場合には false となります。
必須入力に値が入力されていない場合、ValidityState オブジェクトの読み取り専用の valueMissing プロパティは true になります。
論理値です。
| HTML # dom-input-required |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2025年4月12日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.