On Tue, Sep 13, 2011 at 6:25 PM, Dave Morley <email address hidden> wrote:
> It's very easy to think that you need to add a ", " ie app1, app2. However the client then looks for an app with a space in front of it and fails.
I think we should fix that in the client too? But either way...
> If the helper text is updated to include, "comma separated with no
> spaces" I think it would act as a reminder.
We can easily clean the input there to make it easier. For eg:
"one, two, three" becomes "one,two,three", or even
On Tue, Sep 13, 2011 at 6:25 PM, Dave Morley <email address hidden> wrote:
> It's very easy to think that you need to add a ", " ie app1, app2. However the client then looks for an app with a space in front of it and fails.
I think we should fix that in the client too? But either way...
> If the helper text is updated to include, "comma separated with no
> spaces" I think it would act as a reminder.
We can easily clean the input there to make it easier. For eg:
"one, two, three" becomes "one,two,three", or even
"one, two three" becomes "one,two,three" etc.