-
Notifications
You must be signed in to change notification settings - Fork 107
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
[Request] Path input #96
Comments
Sounds neat 👍 Wonder if this should be part of, separate or replace the suggested file select in #32? |
I guess this two issue were pointed the same issue |
I would also like to have a path select component with autocomplete. |
@bjesuiter @hasantezcan does select component from PR #148 satisfies this issue, or do you really need a input with autocomplete sugestions? |
@Mist3rBru This path input select component would be sufficient. Alternatively: Is there a possibility to extend the framework myself to do that? |
@cpreston321 What do you think about I create a param type on |
@Mist3rBru I think you are on the right path. I am thinking of something that can try to fill most gaps with current p.text() input. Have you used https://fig.io/ ? They handle this with creating a neat handler Furthermore, I think we could create a plug and play for neat custom generators that are built in and what people can come up. So I think this would be a neat DX vs creating multiple different primitives. |
@cpreston321 That's a great idea! I will stick with these two primitives, and let |
Thanks for your great work Mist3rBru. But I agree to bjesuiter this cool feature makes happy to the general user but it could annoy the power user, I expect behavior like how |
Is your feature request related to a problem? Please describe.
I would like to enter a folder directory input and I want it clack auto complete these folders like zsh
Describe the solution you'd like
Create a input type name with path input and handle it like zsh shell
I found a source related this
The text was updated successfully, but these errors were encountered: