Skip to content

[docs] Textfield pattern property example is wrong? #26

@someka-vrc

Description

@someka-vrc

Hi, thank you for sharing the easy-to-use SDK and clear documentation.

The sample for <sdpi-textfield> in this page includes pattern="/^[a-z ,.'-]+$/i" , but this doesn't work correctly. I believe it should be pattern="^[a-z ,.'-]+$" or pattern="[a-z ,.'-]+" instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions