Login Register

pageSize

FilteringSelect with PageSize auto-populates

Hello all,

When using FilteringSelect with the pageSize attribute in Dojo 1.1.1, it creates "More choices"/"Less choices" in the list of options to allow users to scroll through all the options:

<div dojoType="dojo.data.ItemFileReadStore" jsId="stateStore"
     url="states.txt">
</div>
<input dojoType="dijit.form.FilteringSelect" pageSize="10" class="tundra"
     store="stateStore" searchAttr="name" name="addState" id="addState" autocomplete="false" />


Issue:

Syndicate content