From: RafiBomb Date: Fri, 12 May 2017 05:01:50 +0000 (-0700) Subject: adds links for forms X-Git-Tag: v6.4.0-rc1~46^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a5dcbc0533e5a488e461f2cfc7104c9edbd9947;p=thirdparty%2Ffoundation%2Ffoundation-sites.git adds links for forms --- diff --git a/docs/pages/forms.md b/docs/pages/forms.md index 54c5acc62..6cbd132c2 100644 --- a/docs/pages/forms.md +++ b/docs/pages/forms.md @@ -23,6 +23,12 @@ Creating a form in Foundation is designed to be easy but extremely flexible. For These input types create a text field: `text`, `date`, `datetime`, `datetime-local`, `email`, `month`, `number`, `password`, `search`, `tel`, `time`, `url`, and `week`. +
+ Watch this part in video + + edit on codepen button +
+ ```html_example
@@ -46,6 +52,8 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc In most desktop browsers, `` elements will have up/down controls inside them, which increment and decrement the number inside the field. These are called *spin buttons*. You can disable them by setting the `$input-number-spinners` Sass variable to `false`. +edit on codepen button + ```html_example