You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2019. It is now read-only.
<pclass="ms-font-l">The dropdown list control allows you to have a selector that matches the style used in Office 365. It leverages jQuery to implement the interactive functionality.</p>
78
+
79
+
<pclass="ms-font-l"><iclass="ms-Icon ms-Icon--chevronsUp"></i><ahref="#Top" class="ms-Link">Back to top</a></p>
80
+
81
+
<aname="Usage"></a>
82
+
<pclass="ms-font-xxl">Usage</p>
83
+
<pclass="ms-font-l">Include a reference to the <code>fabric.css</code> and <code>fabric.components.css</code> files, or the corresponding minified version <code>fabric.min.css</code> and <code>fabric.components.min.css</code>. These are available from the public CDN:<br/><code><link rel="stylesheet" href="//appsforoffice.microsoft.com/fabric/1.0/fabric.min.css" /></code><br/><code><link rel="stylesheet" href="//appsforoffice.microsoft.com/fabric/1.0/fabric.components.min.css" /></code></p>
84
+
<pclass="ms-font-l">You will want to add JavaScript to clear out the placeholder when the control receives focus as shown in the following snippets. An example of this code, using jQuery, can be found in the Office UI Fabric component distribution: <ahref="https://github.com/OfficeDev/Office-UI-Fabric/blob/master/dist/components/Dropdown/Jquery.Dropdown.js" class="ms-Link">Jquery.Dropdown.js</a>. This also means that you must include a reference to jQuery as the <code>JQuery.Dropdown.js</code> depends on the presence of jQuery.</p>
85
+
86
+
<!-- codepen snippet -->
87
+
<pdata-height="325" data-theme-id="19054" data-slug-hash="RWGNON" data-default-tab="result" data-user="andrewconnell" class='codepen'>See the Pen <ahref='http://codepen.io/andrewconnell/pen/RWGNON/'>Office UI Fabric - Dropdown</a> by Andrew Connell (<ahref='http://codepen.io/andrewconnell'>@andrewconnell</a>) on <ahref='http://codepen.io'>CodePen</a>.</p>
88
+
<!-- /codepen snippet -->
89
+
90
+
<pclass="ms-font-l"><iclass="ms-Icon ms-Icon--chevronsUp"></i><ahref="#Top" class="ms-Link">Back to top</a></p>
0 commit comments