From 3bd93ec2884e152da6b7f6c9211a3563fd4970c3 Mon Sep 17 00:00:00 2001 From: jsJunky Date: Tue, 10 Jan 2017 10:38:44 -0700 Subject: [PATCH] fix: add missing comma from input example --- docs/types/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }