When using DatePicker, I am requesting time as well.

//DatePicker Formatting:
$format = 'm/d/Y - H:i';

This works well enough and the up / down arrows on the keyboard cycle through the minutes. The issue I'm hitting is that when the auto-text memory that recalls previous entries for the text-box conflicts with my arrow strokes and I cycle through then as well.

Any suggestions on how to get the auto-text disabled within the form?