coder / coder/parameters-playground

Mask input does not display correct in playground

Open
#69 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.