Skip to content

Commit 7416969

Browse files
author
minjk-bl
committed
Set default user method's input to non-text
1 parent cf2e0d6 commit 7416969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualpython/js/m_apps/Groupby.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ define([
643643
page.appendFormatLine('<div class="{0}">', 'vp-gb-method-user');
644644
page.appendFormatLine('<label class="vp-bold">{0}</label>', 'User option');
645645
page.appendFormatLine('<input type="text" placeholder="{0}" id="vp_gbMethodUser"/>', 'Type user method');
646-
page.appendFormatLine('<label><input id="vp_gbMethodUserAsText" type="checkbox" checked/><span>{0}</span></label>'
646+
page.appendFormatLine('<label><input id="vp_gbMethodUserAsText" type="checkbox"/><span>{0}</span></label>'
647647
, 'Text');
648648
page.appendLine('<button id="vp_gbMethodUserAdd" class="vp-button">Add</button>');
649649
page.appendLine('</div>');

0 commit comments

Comments
 (0)