From 9ebc07602984fb02fd0542051eb14ec8a141f781 Mon Sep 17 00:00:00 2001
From: Ben Olson
Date: Mon, 21 Oct 2013 14:01:03 -0400
Subject: [PATCH] Add more write ups
---
examples/contact.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/examples/contact.html b/examples/contact.html
index 198df3e..1b1e854 100644
--- a/examples/contact.html
+++ b/examples/contact.html
@@ -116,8 +116,10 @@
can be entered. It includes additional logic to show a popover box with data about a previously entered
contact. The search performs a lookup against a fictional local address box and accepts only valid email addresses
when you want to enter someone not in the address book. There are some extra embellishments for Bootstrap styling to
- match the widget container to other input controls. A detailed write up on this example is
- here.
+ match the widget container to other input controls. Here is a
+ detailed write up on this example and
+ more information about how the Bootstrap focus effect was simulated
+ on the control.