Forums

DateTimePicker issue in IE7

GreyHead 22 Feb, 2009
Hi BradC,

Please try adding a value attribute to the fields
<input name="CheckIn" type="text" id="CheckIn" class="dateField required" maxlength="2147483647" value='' />
The 'required' validator checks that and I think that not having it may cause the problem.

Bob

PS The maxlengths look weird?
BradC 22 Feb, 2009
Hi Bob

Had to put a space in the value to get it working

<input name="CheckIn" type="text" id="CheckIn" class="dateField required" maxlength="200" value=" " />

As for the weird maxlength, that was put there by the Wizard, so I thought it must be important. I have since change it and it still works.

Thanks for your help
This topic is locked and no more replies can be posted.