https://issues.apache.org/jira/browse/CB-3022
Per CB-3022 JIRA request, does anyone have issues with adding an optional default text value to the JS for prompt dialog? Current: prompt: function(message, resultCallback, title, buttonLabels) Proposed change: prompt: function(message, resultCallback, title, buttonLabels, defaultText) -James Jong