HI all
Prompts allow to provide a hint that would appear under the filed. That hint is great, but it is intended to have minimal content to provide some sort of an examloe value to the field.
I want to be able to provide a more extended description text.
The use case is simple: sometimes the prompt options do not describe enough and users have troubles making a choice. Having a tooltip-like experience would allow them to read more without leaving the CLI.
A user would press something on the field to go to another screen to read the description and would come back. This would be similar to how in HTML pages we have an 'i' icon next to the input that, when clicked, shows a tooltip with additional description.
Has anyone considered this/implemented something like this?
Thank you