TimeTextBox: filtering not working when drop down opened after typing
If you type into a TimeTextBox while the drop down is closed, and then open the drop down afterwards, it isn't filtered by what you typed, like it would be if the drop down was open while you were typing.
I'd like it to work like ComboBox, where the drop down initially shows all the values, but as soon as the user starts modifying the widget's value (either by typing, or by backspacing), then the drop down list is filtered by what's in the <input> box.
Probably the drop down should also open automatically when the user starts typing?
Change History (6)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Milestone: |
tbd →
1.6
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Owner: |
set to bll
|
Status: |
reopened →
new
|
Owner: |
changed from bll to bill
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
(In [22580]) Various [stop gap] fixes to TimeTextBox, although still wondering about full rewrite as per #7631, or replacing custom scrolling with native scrollbar like ComboBox has. Fixes include:
!strict as usual.