Skip to content

Commit

Permalink
README usage fix
Browse files Browse the repository at this point in the history
With markdown html tag, the class="typeahead" will be missed.
  • Loading branch information
ObertShen authored Nov 28, 2017
1 parent 19e45f9 commit b54f2ce
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 b54f2ce

Please sign in to comment.