2017-07-25 45 views
0

每當我試着輸入這個文本框,文本I型沒有出現這個textarea的標籤內: enter image description here打字在文字區域實際上沒有改變HTML標籤的內容

正如你所看到的,「ASD」不不會出現在<textarea></textarea> 這是爲什麼?

這是textarea的CSS的:

.active-note-body { 
    font-family: 'Lora', serif; 
    color: #333333; 
    resize: none; 
    width: 100%; 
    margin-top: 20px; 
    font-size: 2.8vh; 
    height: 80vh; 
    padding-left: 10px; 
    border: none; 
    overflow-y: auto; 
} 

編輯:我笨

+1

這是正常的... –

+0

它不會顯示..但是當表單提交的值將被提交 – lalithkumar

+0

@ LawrenceCherone對不起,應該已經做了我的研究第一 –

回答

0

你應該從屬性選項卡中選中文本區域的價值屬性也看到輸入的值。

相關問題