Skip to content

Mask input does not display correct in playground #69

@jaaydenh

Description

@jaaydenh

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
})
}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions