HTMLTextAreaElement: placeholder-Eigenschaft

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Die placeholder-Eigenschaft des HTMLTextAreaElement-Interfaces repräsentiert einen Hinweis für den Benutzer, was in das Steuerungselement eingegeben werden kann. Sie spiegelt das placeholder-Attribut des <textarea>-Elements wider.

Wert

Ein String.

Beispiele

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

Spezifikationen

Specification
HTML Standard
# dom-textarea-placeholder

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch