Makes sense.
On Tue, Apr 23, 2013 at 11:45 AM, James Jong <wjamesj...@gmail.com> wrote: > 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