sdpi-components icon indicating copy to clipboard operation
sdpi-components copied to clipboard

[docs] Textfield pattern property example is wrong?

Open someka-vrc opened this issue 2 months ago • 0 comments

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.

someka-vrc avatar Oct 16 '25 12:10 someka-vrc