From e97f3e4649b75a6b38a61a0ec89faafe420dfaa4 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Thu, 15 Dec 2016 09:23:01 +0000 Subject: [PATCH] Add example of adding items to single select box --- index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/index.html b/index.html index cab5e59..c52fff7 100644 --- a/index.html +++ b/index.html @@ -242,6 +242,14 @@ + + +

Below is an example of how you could have two select inputs depend on eachother. 'Boroughs' will only be enabled if the value of 'States' is 'New York'