Search form: avoid validation error in FilteringSelect.
This commit is contained in:
parent
d21c4a28ea
commit
0271630d4d
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@
|
|||
string:listConceptsForComboBox.js?searchType=$conceptTypeValue">
|
||||
</div>
|
||||
<input dojoType="dijit.form.FilteringSelect" store="conceptSearch"
|
||||
autoComplete="False" labelAttr="label" style="height: 16px"
|
||||
autoComplete="False" labelAttr="name" style="height: 16px"
|
||||
name="concept.search.text" id="concept.search.text"
|
||||
tal:attributes="name name;
|
||||
id string:$idPrefix.text;
|
||||
|
|
Loading…
Add table
Reference in a new issue