delay search on relation field (like for other filtering select fields)
This commit is contained in:
parent
dcb507f9d8
commit
4cb27a1e4a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
</tal:block>
|
</tal:block>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<input dojoType="dijit.form.FilteringSelect"
|
<input dojoType="dijit.form.FilteringSelect" searchDelay="400"
|
||||||
autoComplete="False" labelAttr="label"
|
autoComplete="False" labelAttr="label"
|
||||||
tal:attributes="store string:${name}_search_store;
|
tal:attributes="store string:${name}_search_store;
|
||||||
name string:${name}_search;
|
name string:${name}_search;
|
||||||
|
|
Loading…
Add table
Reference in a new issue