ItsPrompt icon indicating copy to clipboard operation
ItsPrompt copied to clipboard

Prompting - the fancy way

Results 11 ItsPrompt issues
Sort by recently updated
recently updated
newest added

**Fix description** Currently, we only show the selected key and not its text. We need to expand to see the options description. The description should rather be shown directly after...

fix

**Feature description** It would be great to have more default styling options to choose from. Another great feature is an option to change the design of some message components, e.g....

enhancement

**Feature description** As the user has the option to select multiple checkbox items, there should be a way to validate them.

enhancement

**Feature description** Currently, `TablePrompt` is very basic. Features like marking a cell as immutable are missing. **Additional Information** It should be possible to create cells either by inputing a string...

enhancement

**Feature description** Currently, `TablePrompt` converts all input values to strings, but a way to support other types would be preferred. **Additional Information** Since we cannot know what type the user...

enhancement

**Feature description** `ItsPrompt` tries to be a project which is easy to use. A way to make it even easier would be by implementing a backwards compatibility with PyInquirer, as...

enhancement

**Feature description** It should be possible to add a validation function to the `TablePrompt`, in order to check whether the values filled in are all correct. **Additional Information** The function...

enhancement

**Feature description** A feature where after a given time the prompt automatically timeouts.

enhancement

**Feature description** Select and checkbox support big options list, and finding the one you need is hard. So with a search box, this would be easier. **Additional Information** Maybe add...

enhancement

**Feature description** As a new developer of `ItsPrompt`, it is hard to understand some of the code. We should refactor it, using shorter methods and more helper functions. **Additional Information**...

enhancement