I have a Dojo DateTextBox, which for each requirement will also allow me to specify the time after the date.
<input type="text" name="date1" id="date1" value="" dojoType="dijit.form.DateTextBox" constraints="{datePattern:'dd MMM yyyy HHmm'}" required="false" />
All of this works great. I want to know that by default Dojo text selection is disabled. I cannot select text or place the cursor where I want. It is always displayed at the end of the selection, and you must use the arrow keys to move the selection. Is there a way to make datetextbox work like a calendar text field? Thanks
source share