1
0
mirror of synced 2024-11-25 14:26:03 +03:00

catch up to master

This commit is contained in:
Igor Vaynberg 2013-05-06 23:40:50 -07:00
parent ee855521a1
commit 0a069c1b69
2 changed files with 6 additions and 4 deletions

@ -1 +1 @@
Subproject commit 13c1dcbf67f28d4fbf44e3350c205dc59efd7012
Subproject commit 43e6b86f75ac2ad3fffa3e03c331541a796641e0

View File

@ -13,7 +13,8 @@
<br/><br/><br/>
<input type="text" size="30"/><br/>
<label for="e4">Label: </label>
<select id="e4" style="width:300px" class="populate" autofocus>
<div style="white-space: nowrap">
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<select id="e4" style="width:300px" class="populate" >
<option></option>
<option value="AK">Alaska</option>
<option value="HI">Hawaii</option>
@ -21,7 +22,7 @@
<option value="NV">Nevada</option>
<option value="OR">Oregon</option>
<option value="WA">Washington</option>
</select><br/>
</select></div><br/>
<input type="text" size="30"/><br/>
<select id="e5" style="width:300px" multiple>
<option value="AK">Alaska</option>
@ -60,7 +61,8 @@
escapeMarkup: function(m) { return m; },
allowClear:true,
placeholder: "select a state",
maximumInputLength:3
maximumInputLength:3,
minimumResultsForSearch: 2
});
});