We've just upgraded to a custom build of dojo 1.2.1 and my DateTextBox's and my ValidationTextBox's are 2 rows tall instead of the one row they were before.
The html is:
input dojoType="dijit.form.DateTextBox"
id="myDate"
name="my[Date]"
type="text"
value="2008-12-18"
style="width: 6em;"and
input dojoType="dijit.form.ValidationTextBox"
id="my_text"
invalidMessage="Format: ###-###-####, where # is between 0 and 9." name="my[text]"
regExp="."
required="true"
size="30"
