Skip to content

Commit

Permalink
Merge pull request #323 from ObertShen/patch-1
Browse files Browse the repository at this point in the history
README usage fix
  • Loading branch information
bassjobsen authored Nov 30, 2017
2 parents 4c97c58 + b54f2ce commit 9420fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ There is no additional CSS required to use the plugin. Bootstrap's CSS contains

---

```html
<input type="text" data-provide="typeahead">
```
<input type="text" class="typeahead" data-provide="typeahead">
```

You'll want to set `autocomplete="off"` to prevent default browser menus from appearing over the Bootstrap typeahead dropdown.
Expand Down

0 comments on commit 9420fe9

Please sign in to comment.