We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The local path input only allows users to pick a path using the directory picker, users should also be able to type the path.
Sometimes it's quicker to just type a path instead of browsing directories in the UI. More importantly, it would also allow users to copy/paste paths.
By making the local path input into a text field and validating the path.
The text was updated successfully, but these errors were encountered:
Thanks for submitting the feature request!
Sorry, something went wrong.
I will close this in favor of #586
No branches or pull requests
What
The local path input only allows users to pick a path using the directory picker, users should also be able to type the path.
Why
Sometimes it's quicker to just type a path instead of browsing directories in the UI.
More importantly, it would also allow users to copy/paste paths.
How
By making the local path input into a text field and validating the path.
The text was updated successfully, but these errors were encountered: