From 12521acf1627e3592ad38857e26c9b479c2b7d7d Mon Sep 17 00:00:00 2001 From: David Boskovic Date: Mon, 4 Mar 2013 22:01:48 -0500 Subject: [PATCH] cleans up documentation --- docs/components/custom-forms.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/components/custom-forms.html.erb b/docs/components/custom-forms.html.erb index 8440cdab8..04608e347 100644 --- a/docs/components/custom-forms.html.erb +++ b/docs/components/custom-forms.html.erb @@ -111,6 +111,7 @@

Building Custom Selects

Sometimes you need to let people select a single item from a long list of options. This is what <select> elements are for. We've taken these a step further by including our own custom style that looks a lot better than inconsistent browser defaults. You can set any of the <option> elements to <option disabled> to make them unable to select. Custom selects are built like you'd expect:

+

For those who may want to apply custom styles to a specific dropdown, any classes on the <select> element will be appended to the generated <div class="custom dropdown"> element.

<%= code_example '
@@ -125,7 +126,7 @@ - -- 2.47.3