html5 - Content of textarea not showing up on render -


can't seem inner content of textarea tags show on load. sample html i'm experiencing problem with:

<textarea name="textareaname" rows="8" cols="80">text area content edit on load.</textarea>

inspect element shows html renders that, complete innerhtml. it's not showing text in textarea. idea causing this?

render in inspect element: screenshot


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -