You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prompts for colour, date, time and multiple-choice currently do not provide the user with any hint what the selection is for. Without them, a user of a shortcut might get confused about what exactly to enter at a certain step.
I would suggest to add the option to have a message shown along with them, similar to the prompts for text, password and number.
Current possible workarounds include a showDialog() beforehand (which is annoying to click through), a Toast at the same time (which can easily be missed and overwhelming), using a text prompt instead (with the reduced usability), and an invalid first option to the multiple-choice prompt (which does not address the othe prompt types).
The text was updated successfully, but these errors were encountered:
Thanks for the input. I'm extending these functions, as well as the related variable types, with the option to specify a dialog title. I'll include that in the next release.
Version 3.24.0 is now released, which adds the option to set a title for all of these functions, as well as the related variable types. Documentation is updated.
The prompts for colour, date, time and multiple-choice currently do not provide the user with any hint what the selection is for. Without them, a user of a shortcut might get confused about what exactly to enter at a certain step.
I would suggest to add the option to have a message shown along with them, similar to the prompts for text, password and number.
Current possible workarounds include a showDialog() beforehand (which is annoying to click through), a Toast at the same time (which can easily be missed and overwhelming), using a text prompt instead (with the reduced usability), and an invalid first option to the multiple-choice prompt (which does not address the othe prompt types).
The text was updated successfully, but these errors were encountered: