Opened 11 years ago
Last modified 10 years ago
#14229 closed defect
FilteringSelect: placeHolder was disappeared after set Null — at Version 1
Reported by: | vtsuper | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit - Form | Version: | 1.6.0 |
Keywords: | placeHolder, dijit.form.FilteringSelect | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
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 (2)
Changed 11 years ago by
Attachment: | sample.html added |
---|
comment:1 Changed 11 years ago by
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 |
Note: See
TracTickets for help on using
tickets.