View Revisions: Issue #2086
[ Back to Issue ]
Summary | 0002086: Input field too small | ||
---|---|---|---|
Revision | 2014-03-04 19:32 by pslegg | ||
Description | On Amazon, the input field is displayed smaller than it should. <input id="ap_email" name="email" value="" type="email" size="30" maxlength="128" tabindex="1" autocorrect="off" autocapitalize="off" /> The problem here appears to be related to "type=email", without that the size is correct. |
||
Revision | 2014-03-06 21:30 by Vincent Sanders | ||
Description | On Amazon, the input field is displayed smaller than it should. <input id="ap_email" name="email" value="" type="email" size="30" maxlength="128" tabindex="1" autocorrect="off" autocapitalize="off" /> The problem here appears to be related to "type=email", without that the size is correct. |