Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

label / text prompt for promptColor()/promptDate()/promptTime()/showSelection() #461

Closed
sphuo5g opened this issue Jan 20, 2025 · 2 comments
Labels
feature request release soon Issue was fixed/resolved, changes will be included in next release

Comments

@sphuo5g
Copy link

sphuo5g commented Jan 20, 2025

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).

@Waboodoo Waboodoo added the release soon Issue was fixed/resolved, changes will be included in next release label Jan 22, 2025
@Waboodoo
Copy link
Owner

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.

@Waboodoo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request release soon Issue was fixed/resolved, changes will be included in next release
Projects
None yet
Development

No branches or pull requests

2 participants