HTMLTextAreaElement: required プロパティ - Web API | MDN

論理値です。

js

const textareaElement = document.getElementById("comment");
console.log(textArea.required);

仕様書

Specification
HTML
# dom-textarea-required

ブラウザーの互換性

関連情報

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.