Skip to content

Sensitive form widget does not function correctly inside a repeater #1321

@jaxwilko

Description

@jaxwilko

Winter CMS Build

dev-develop

PHP Version

8.3

Database engine

MySQL/MariaDB

Plugins installed

Lots :)

Issue description

When using sensitive in a repeater the value gets replaced by the placeholder on save / on view hidden.

Steps to replicate

Make a form with the following:

fields:
    users:
        type: repeater
        form:
            fields:
                username:
                    label: Username
                    type: text
                    span: auto
                password:
                    label: Password
                    type: sensitive
                    span: auto

Workaround

Use text :(

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions