FilteringSelect: placeHolder was disappeared after set Null
when I programmatically set value of a dijit.form.FilteringSelect(with placeHolder) by this
w.set('value',);
or
w.set('value',null);
the value will change but the placeHolder will not show again.
to reproduce this case
- load the sample file and you will see the dijit.form.FilteringSelect with placeHolder
- select any options
- select set Null, blank or undefined
- although the option was change to blank but the placeHolder won't show again.
Change History (6)
Component: |
General →
Dijit - Form
|
Description: |
modified (diff)
|
Owner: |
set to Douglas Hays
|
Summary: |
placeHolder in dijit.form.FilteringSelect was disappeared after set Null →
FilteringSelect: placeHolder was disappeared after set Null
|
Milestone: |
1.8 →
1.7
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Already fixed in 1.7.