Skip to content

Implement url parameter autofill with dynamic parameters #80

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

Closed
jaaydenh opened this issue Apr 15, 2025 · 0 comments · Fixed by coder/coder#17739
Closed

Implement url parameter autofill with dynamic parameters #80

jaaydenh opened this issue Apr 15, 2025 · 0 comments · Fixed by coder/coder#17739
Assignees
Labels
beta candidate for a beta release

Comments

@jaaydenh
Copy link
Contributor

jaaydenh commented Apr 15, 2025

This previously was implemented with the RichParameterInput.tsx

The goal is to keep parity in DynamicParameter.tsx

@jaaydenh jaaydenh self-assigned this Apr 15, 2025
@jaaydenh jaaydenh added the beta candidate for a beta release label Apr 15, 2025
jaaydenh added a commit to coder/coder that referenced this issue May 16, 2025
resolves coder/preview#80

Parameter autofill allows setting parameters from the url using the
format param.[param name]=["purple","green"]

Example:

http://localhost:8080/templates/coder/scratch/workspace?param.list=%5b%22purple%22%2c%22green%22%5d%0a

The goal is to maintain feature parity of for autofill with dynamic
parameters.

Note: user history autofill is no longer being used and is being
removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta candidate for a beta release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant