A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/ja/docs/Web/API/HTMLTextAreaElement/required below:

HTMLTextAreaElement: required プãƒãƒ‘ティ - Web API

HTMLTextAreaElement: required プロパティ

Baseline Widely available

required は HTMLTextAreaElement インターフェイスのプロパティで、フォームを送信する前にユーザーが値を入力しなければならないことを指定します。これは、<textarea> 要素の required 属性を反映します。

値

論理値です。

例
const textareaElement = document.getElementById("comment");
console.log(textArea.required);
仕様書 ブラウザーの互換性 関連情報

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4