Skip to content

Commit

Permalink
Update SchemaFieldText.svelte
Browse files Browse the repository at this point in the history
Add escape to help text.
  • Loading branch information
dschissler authored Jun 30, 2023
1 parent 1679c88 commit 287e745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 287e745

Please sign in to comment.