Don't parse/render input hidden nodes

This commit is contained in:
Niklas von Hertzen
2014-09-14 17:44:55 +03:00
parent 645fcd60b3
commit 9907149513
4 changed files with 15 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
</head>
<body>
<input type="hidden" value="THIS SHOULD NOT BE VISIBLE!" />
<input type="text" value="textbox" />
<input type="text" value="textbox" style="border:5px solid navy;" />
<input type="text" value="textbox" style="border:5px solid navy;height:40px;" />