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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -