WTF Chrome 10?!?
by jennyfofenny
HTML
<input type="text" hidden="true" value="test" />
CSS
input[hidden=true][type=text]{display:inline;} /* for Chrome 10 - add it to your reset stylesheets if you're using grails UI autocomplete */
by jennyfofenny
<input type="text" hidden="true" value="test" />
input[hidden=true][type=text]{display:inline;} /* for Chrome 10 - add it to your reset stylesheets if you're using grails UI autocomplete */