[#2818] fixed text field regex pattern example

This commit is contained in:
Gani Georgiev
2023-06-30 19:46:00 +03:00
parent 7297f55ca4
commit 320f990f84
32 changed files with 51 additions and 51 deletions
@@ -35,7 +35,7 @@
<input
type="text"
id={uniqueId}
placeholder={"Valid Go regular expression, eg. ^w+$"}
placeholder={"Valid Go regular expression, eg. ^\\w+$"}
bind:value={field.options.pattern}
/>
</Field>