diff --git a/docs/types/input.md b/docs/types/input.md index 7cf5320..9e3930d 100644 --- a/docs/types/input.md +++ b/docs/types/input.md @@ -14,7 +14,7 @@ Example templateOptions: { type: "text", label: "First name", - pattern: "[a-zA-Z]+" + pattern: "[a-zA-Z]+", theme: "custom" } }