Files
coder/site
Jeremy Ruppel 8afdf0f7e1 fix(site/src/pages/TemplateBuilder): use variable defaults as field values, not just placeholders (#27032)
Variables with defaults showed the default as placeholder text in an
empty field. If the user did not type anything, an empty value was sent
instead of the default. Now the default pre-populates the field value so
it is visible and editable.

Fixes both `BaseTemplateParametersStep` and `ModuleSettingsStep` by
falling back to `defaultPlaceholder(v.default)` instead of `""` when no
user value exists.

Fixes DEVEX-584

> [!NOTE]
> This PR was authored by Coder Agents on behalf of @jeremyruppel.
2026-07-06 19:28:55 -04:00
..
…
2026-06-16 14:43:54 -06:00
…
2026-06-16 14:43:54 -06:00
2026-06-29 08:57:07 -06:00
2026-06-16 14:43:54 -06:00