Opened 13 years ago
Last modified 10 years ago
#5971 closed defect
DateTextBox does not always show an error with required=true — at Version 1
Reported by: | Douglas Hays | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Run test_DateTextBox.html
Click on the 2nd textbox and the calendar popup appears. Select a date.
Erase all text in the same textbox w/o loosing focus.
Tab or click away and there's no error even though the field is required
and the onChange should probably show undefined or blank.
Change History (1)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Summary: | ComboBox does not always show an error with required=true → DateTextBox does not always show an error with required=true |
Note: See
TracTickets for help on using
tickets.
Seems that validation only happens while the calendar is open.