Skip to content

Commit

Permalink
Update readme and version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Mar 23, 2016
1 parent dfd18f4 commit 7ac44f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var myData = [
As far as the source of the data, the component simply handles rendering and selection. It is agnostic about the data source (eg: an async endpoint), which should be handled separately.

## Example
An example file is included with the project. Simply open `index.html` in a browser. You can also try the [live example](http://ericgio.github.io/react-bootstrap-typeahead/).
An example file is included with the NPM module. Simply open `example/index.html` in a browser. If you're using the repository code, you'll need to run `npm run example` to build the example index file. You can then open the HTML file as described above. You can also try the [live example](http://ericgio.github.io/react-bootstrap-typeahead/).

## Documentation

Expand All @@ -88,8 +88,3 @@ newSelectionPrefix | string | 'New selection:' | Provides the ability to specify
options `required` | array | | Full set of options, including any pre-selected options.
placeholder | string | | Placeholder text for the input.
selected | array | `[]` | The selected option(s) displayed in the input. Use this prop if you want to control the component via its parent.

## Future Enhancements
- [ ] Custom `Token` and `MenuItem` rendering
- [x] Create a new data item on the fly
- [ ] Test coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-typeahead",
"version": "0.2.2",
"version": "0.2.3",
"description": "React-based typeahead using the Bootstrap theme",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit 7ac44f5

Please sign in to comment.