Skip to content

Commit

Permalink
Fixed preview links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharlaan committed Feb 16, 2017
1 parent 6984851 commit f86db71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -11,9 +11,9 @@
- [TodoList](#todolist)

##Preview ([Live demo](https://sharlaan.github.io/material-ui-superselectfield))
![](https://github.com/Sharlaan/material-ui-superSelectField/blob/master/assets/dataSource.png)
![](https://github.com/Sharlaan/material-ui-superSelectField/blob/master/assets/caseInsensitive.png)
![](https://github.com/Sharlaan/material-ui-superSelectField/blob/master/assets/chips.png)
![](https://github.com/Sharlaan/material-ui-superselectfield/blob/master/src/assets/dataSource.png)
![](https://github.com/Sharlaan/material-ui-superselectfield/blob/master/src/assets/caseInsensitive.png)
![](https://github.com/Sharlaan/material-ui-superselectfield/blob/master/src/assets/chips.png)


##Installation
Expand Down Expand Up @@ -114,6 +114,7 @@ In lieu of a formal style guide, take care to maintain the existing coding style
- [ ] implement the container for errors (absolutely positioned below the focusedLine)

Expose more props :
- [x] noMatchFound message
- [ ] floatingLabelText
- [ ] canAutoPosition
- [ ] anchorOrigin
Expand Down
3 changes: 1 addition & 2 deletions src/SuperSelectField.js
Expand Up @@ -136,6 +136,7 @@ class SelectField extends Component {
menuItemsfocusState: [],
searchText: ''
}
this.menuItems = []
}

// Counts nodes with non-null value property + optgroups
Expand Down Expand Up @@ -187,8 +188,6 @@ class SelectField extends Component {
lastMenuItem.focus()
}

menuItems = []

/**
* Main Component Wrapper methods
*/
Expand Down

0 comments on commit f86db71

Please sign in to comment.