#5287 closed defect (invalid)
Bluring from FilteringSelect not trigger required condition
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you set a FilteringSelect? field (and probably ComboBox?) to required:true it doesn't always behave as it should. The following steps will result in the field not highlighting when the field is empty.
- Select/Enter? some text
- Erase the text (the popup will appear)
- Blur away (click off the field)
- Field will not highlight as it should
Note: If you now click on the field and blur off it will highlight. The problem is related to the fact that the contents were just erased and doing so caused the popup to appear. (autocomplete is on)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 1.0.2 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:3 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
This bug should be closed. The error was caused by an exception that occurred in my code in my onChange function which was attempting to look for an empty string in the store because .getValue() returns "" when nothing is selected.