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 092198a commit 656c60aCopy full SHA for 656c60a
js/m_apps/Groupby.js
@@ -403,6 +403,7 @@ define([
403
var defaultMethod = '';
404
page.appendFormatLine('<option value="{0}">{1}</option>', '', 'Select method type');
405
page.appendFormatLine('<option value="{0}">{1}</option>', 'typing', 'Typing');
406
+ page.appendLine('<option disabled>-----------------------</option>');
407
this.methodList.forEach(method => {
408
if (method.value == '') {
409
return;
0 commit comments