coder / coder/parameters-playground
Mask input does not display correct in playground
Open
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
This displays the input without the mask in the playground
`data "coder_parameter" "private_api_key" {
name = "private_api_key"
display_name = "Your super secret API key"
type = "string"
form_type = "input" # | "textarea"
# Will render as "**********"
default = "privatekey1"
styling = jsonencode({
mask_input = true
})
}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.