gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

loadminimumcount doesn't work with select and autocompleter #1034

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
<s:url id="url_select_equipements_possibles" 
action="select_equipements_possibles"/>
<sj:select
id="pe_t0_dialog_equipement"
href="%{url_select_equipements_possibles}"
list="select_liste_equipements_possibles"
listValue="myValue"
listKey="myKey"
autocomplete="true"
selectBoxIcon="true"
loadMinimumCount="5"
/>

loadmimimumcount is alway "1" not "5"

struts2-jquery plugin version
3.5.1, 3.6.0 and 3.6.1

Original issue reported on code.google.com by Erwan.LE...@gmail.com on 2 Sep 2013 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 24 Sep 2013 at 7:29