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月.
valueMissing は ValidityState オブジェクトの読み取り専用プロパティで、必須 (required) のコントロール、例えば <input>, <select>, <textarea> の値が空であることを示します。
required 属性が設定されており、<option> が選択されていない場合、または <textarea> やユーザーが編集できる <input> が空の場合、 valueMissing 属性は true になります。このプロパティは、フィールドが必須かつ値がない場合にのみ true となります。フィールドが必須でない場合、またはフィールドが必須でも値がある場合には、値は false となります。
| HTML # dom-validitystate-valuemissing-dev |
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.