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

Fix default values not being passed #174

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

jessarcher
Copy link
Member

This PR fixes an issue introduced in #102 where default arguments from the helper functions are not passed to the Prompt instance because func_get_args only includes passed arguments.

Fixes #172

@taylorotwell taylorotwell merged commit ea57a22 into main Sep 30, 2024
10 checks passed
@taylorotwell taylorotwell deleted the fix-default-values branch September 30, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

multiselect / multisearch helper functions are missing default hint
2 participants