Merge branch 'UI_test' of github.com:hppeng-wynn/hppeng-wynn.github.io into UI_test
This commit is contained in:
commit
8df16ac2e7
2 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,7 @@ ul {
|
||||||
ul.search-box {
|
ul.search-box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.search-item {
|
li.search-item {
|
||||||
|
|
|
@ -321,6 +321,7 @@ function init_autocomplete() {
|
||||||
selector: "#"+ eq +"-choice",
|
selector: "#"+ eq +"-choice",
|
||||||
wrapper: false,
|
wrapper: false,
|
||||||
resultsList: {
|
resultsList: {
|
||||||
|
maxResults: 1000,
|
||||||
tabSelect: true,
|
tabSelect: true,
|
||||||
noResults: true,
|
noResults: true,
|
||||||
class: "search-box dark-7 rounded-bottom px-2 fw-bold dark-shadow-sm",
|
class: "search-box dark-7 rounded-bottom px-2 fw-bold dark-shadow-sm",
|
||||||
|
@ -330,6 +331,7 @@ function init_autocomplete() {
|
||||||
list.style.top = position.bottom + window.scrollY +"px";
|
list.style.top = position.bottom + window.scrollY +"px";
|
||||||
list.style.left = position.x+"px";
|
list.style.left = position.x+"px";
|
||||||
list.style.width = position.width+"px";
|
list.style.width = position.width+"px";
|
||||||
|
list.style.maxHeight = position.height * 2 +"px";
|
||||||
|
|
||||||
if (!data.results.length) {
|
if (!data.results.length) {
|
||||||
message = document.createElement('li');
|
message = document.createElement('li');
|
||||||
|
|
Loading…
Reference in a new issue