Implements multi line text input for TextArea

This commit is contained in:
Matthew Rasmus 2014-11-29 13:48:55 -08:00
parent fd65b5f438
commit 29241699fd
6 changed files with 115 additions and 11 deletions

6
tests/html/textarea.html Normal file
View file

@ -0,0 +1,6 @@
<html>
<head></head>
<body>
<textarea name="textarea">Write something here
and maybe here</textarea>
</body>