回答編集履歴
2
HTMLTextAreaElement
answer
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
### Value
|
2
|
+
|
1
3
|
> 「[ts] プロパティ 'Value' は型 'Element' に存在しません。」
|
2
4
|
|
3
5
|
エラーメッセージを読む限りでは、`Value` が怪しいですね。
|
@@ -8,4 +10,11 @@
|
|
8
10
|
|
9
11
|
実際、コードを読んでも、**Value**がとてもよく目につくのですが、値を確認してみました?
|
10
12
|
|
13
|
+
### HTMLTextAreaElement
|
14
|
+
|
15
|
+
そして、HTMLTextAreaElement に **Value** プロパティは存在しますか。
|
16
|
+
|
17
|
+
- [4.10.11 The textarea element - HTML Standard](https://html.spec.whatwg.org/multipage/form-elements.html#the-textarea-element)
|
18
|
+
- [HTMLTextAreaElement - Web APIs | MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextAreaElement)
|
19
|
+
|
11
20
|
Re: tatenomm さん
|
1
表示バグ修正(更新内容無し)
answer
CHANGED
File without changes
|