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