We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5bcb7 commit 5c5200aCopy full SHA for 5c5200a
visualpython/js/com/component/DataSelector.js
@@ -230,6 +230,8 @@ define([
230
$(this).select();
231
$(this).autocomplete('search', $(this).val());
232
}).autocomplete('instance')._renderItem = function(ul, item) {
233
+ $(ul).addClass('vp-scrollbar-vertical');
234
+ $(ul).css('max-height', '250px');
235
return $('<li>').attr('data-value', item.value)
236
.append(`<div class="vp-sg-item">${item.label}<label class="vp-gray-text vp-cursor"> | ${item.dtype}</label></div>`)
237
.appendTo(ul);
0 commit comments