I’m using the following to capture an email address:
email = await input.textAsync(‘Please enter email’);
I want the input to be optional, but the “Next” button only becomes enabled when you type something in -the field. Is there a way to make the field non-mandatory or is this a bug?