Skip to content

Commit

Permalink
Merge pull request #526 from castrolol/patch-1
Browse files Browse the repository at this point in the history
Added to docs the DropDown's selectIndex property
  • Loading branch information
mmrtnz committed Apr 12, 2015
2 parents 7fb3605 + aac6c32 commit 4f3eece
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/src/app/components/pages/components/drop-down-menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ var DropDownMenuPage = React.createClass({
{
name: 'Props',
infoArray: [
{
name: 'selectedIndex',
type: 'number',
header: 'default: 0',
desc: 'Index of the item selected.'
},
{
name: 'autoWidth',
type: 'bool',
Expand Down Expand Up @@ -72,4 +78,4 @@ var DropDownMenuPage = React.createClass({

});

module.exports = DropDownMenuPage;
module.exports = DropDownMenuPage;

0 comments on commit 4f3eece

Please sign in to comment.