From 48dd6e0253a25ec39fc6303d0ec2ef6a6b750b67 Mon Sep 17 00:00:00 2001 From: Dennis Lahay Date: Thu, 21 Mar 2019 10:48:34 -0500 Subject: [PATCH] Update select.md Formatting changes to option group title --- fields/select.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fields/select.md b/fields/select.md index 5f78710..1ac96d8 100644 --- a/fields/select.md +++ b/fields/select.md @@ -62,7 +62,7 @@ If you select the first item, the `value` will be `"Personal"` in the model. If you select the second item, the `value` will be `"en-US"` in the model. -### Creating an \ with Select field: +### Creating an `` with Select field: ```js {