increase search delay for filtering select

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3460 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-07-16 11:14:24 +00:00
parent 412440dcfb
commit 67184c9170

View file

@ -26,7 +26,7 @@
</div>
</div>
<input dojoType="dijit.form.FilteringSelect"
autoComplete="False" labelAttr="label"
autoComplete="False" labelAttr="label" searchDelay="400"
tal:attributes="store string:${name}_search_store;
name string:${name}_search;
id string:${name}_search;