dijit.form.FilteringSelect - more choice
I use a FilteringSelect? :
<select pageSize="20" onChange="changeSite(arguments)" dojoType="dijit.form.FilteringSelect" value="---"
autoComplete="false" invalidMessage="Code site invalide" style="width:100px" store="siteStore" id="cbSite"/>
When the number of option is more that 20, I get an option "Plus de choix" (more choices) and when I click this option, I don't get the next page and the "invalidMessage" is displayed.
Change History (3)
Description: |
modified (diff)
|
Resolution: |
→ worksforme
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
It works for me, this of course is part of test_FilteringSelect.html and part of our automated regressions. Same as #10189, you'll need to attach a test case using the attach file button.