- Notifications
You must be signed in to change notification settings - Fork905
Commitd6cb9b4
authored
feat: setup url autofill for dynamic parameters (#17739)
resolvescoder/preview#80Parameter autofill allows setting parameters from the url using theformat param.[param name]=["purple","green"]Example:http://localhost:8080/templates/coder/scratch/workspace?param.list=%5b%22purple%22%2c%22green%22%5d%0aThe goal is to maintain feature parity of for autofill with dynamicparameters.Note: user history autofill is no longer being used and is beingremoved.1 parent87a1ebc commitd6cb9b4
File tree
4 files changed
+307
-159
lines changed- site/src
- components/Select
- modules/workspaces/DynamicParameter
- pages/CreateWorkspacePage
4 files changed
+307
-159
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
| 24 | + | |
22 | 25 |
| |
23 | 26 |
| |
24 | 27 |
| |
|
0 commit comments
Comments
(0)